Get document (by index)

Retrieves the binary payload of a document stored in a specific message using the index number of the document.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The document index is a zero-based index whose first element is always the core document of the message.

To find the document index number, use the GET /messages/:mid call.

The call returns a JSON object that represents the message envelope.

The index number is found in the index property of each document in the documents array.

Path Params
uuid
required

The identifier of the message in the format of a valid Universally unique identifier (GUID).

int32
required

The zero-based index of the attachment.
Attachments form a zero-based index.
The first index (0) is the core processing document.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/xml