[HTTP GET] ~/files/edocument/{eDocumentTrackId}

Description: Gets and returns a generated eDocument as specified by the eDocumentTrackId parameter

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eDocumentTrackId

The EDocument Track id

integer

Required

Body Parameters

None

Response Information

Description

Successful Response - OK (200):

The contents of the file

Response Content : HttpResponseMessage

NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.


Response Codes:

  • 200 - OK
    • The File was retrieved and returned successfully.
  • 401 - Unauthorized
    • Request has been denied as it lacks valid Authentication credentials.
  • 403 - Forbidden
    • The user is missing required FileExport permission.
  • 404 - NotFound
    • The specified file was not found.
  • 500 - InternalServerError
    • An error occurred while processing this request.