Documents

Download a document attached to an application

path Parameters
DocID
required
string

The unique ID of the document to download

header Parameters
OrganisationID
required
string

Used by the API gateway to route the request to the relevant organisation.

Responses

Request samples

curl -i -X GET \
  /Documents/:DocID \
  -H 'OrganisationID: string'