---
title: "DEPRECATED. Get InvoiceSubmission Evidence"
method: GET
path: "/invoice_submissions/{guid}/evidence"
tags: ["InvoiceSubmissions"]
---

# DEPRECATED. Get InvoiceSubmission Evidence

`GET /invoice_submissions/{guid}/evidence`

Deprecated. Use the new /document_submissions/{guid}/evidence endpoint. Get evidence for an InvoiceSubmission by GUID with corresponding status

## Path parameters

- `guid` string, uuid, required

## Response `200`

Success

- InvoiceSubmissionEvidence
  - `guid` string — The guid for the InvoiceSubmission.
  - `status` string — The overall status for this InvoiceSubmission.
  - `actions` InvoiceSubmissionActionEvidence[] — An array of actions taken to deliver the document.
    - `transmission_datetime` string — The DateTime of the transmission, as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z.
    - `transmission_type` 'email' | 'edi' | 'as2' | 'peppol' | 'sandbox' — How the document was transmitted.
    - `transmission_result` 'unknown' | 'accepted' | 'rejected' | 'send_error' | 'internal_error' — The result of this transmission.
    - `transmitted_document` string — The document that was transmitted.
    - `receiver_response` string — The response the receiver sent.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/storecove/apis/storecove-api.md) · [All operations](https://skmtc.net/storecove/apis/storecove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/storecove/storecove-api/revisions/7f72642d80e6/schema)
