Skip to main content
POST
GetDocumentSet

Authorizations

Authorization
string
header
required

Personal API key, sent as Authorization: Bearer <key>.

Headers

Connect-Protocol-Version
number
required

Define the version of the Connect protocol

Example:

1

Connect-Timeout-Ms
number

Define the timeout, in ms

Example:

1000

Body

application/json

request for getting an email receipt

documentSetId
string<uuid>

id of the document set

Response

Success

response from getting the email receipt

id
string

id of the document set

createdAt
string<date-time>

time at which the document set was created

Example:

"2023-01-15T01:30:15.01Z"

transloaditAssemblyId
string

the assembly from handling it on transloadit

transloaditAssemblyError
string | null

possible error in handling the assembly on transloadit

summary
string[]

summary of the document set

documents
Document · object[]

documents in a document set.

nonDocuments
NonDocument · object[]

non-documents in the document set.

sourceJobApplicationId
string | null

Optional ID of the source job application that created the document set

sourceEmailReceiptId
string | null

Optional ID of the source email receipt that created the document set

crewProfileId
string | null

Optional ID of the crew profile with which the document set is filed

filingState
enum<string>

Filing state of the document set: UNFILED, FILED, or FILING_ERROR

Available options:
DOCUMENT_SET_FILING_STATE_UNSPECIFIED,
DOCUMENT_SET_FILING_STATE_UNFILED,
DOCUMENT_SET_FILING_STATE_FILED,
DOCUMENT_SET_FILING_STATE_FILING_ERROR
filingComment
string | null

Optional comment explaining why the document set was filed with a crew profile or why it failed

sourceDocumentRequestId
string | null

Optional ID of the source document request that created the document set