GET
/
unified
/
ats
/
applications
/
{id}
/
documents
/
{subResourceId}
/
download
curl --request GET \
  --url https://api.stackone.com/unified/ats/applications/{id}/documents/{subResourceId}/download \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'x-account-id: <x-account-id>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

x-account-id
string
required

The account identifier

Path Parameters

id
string
required
subResourceId
string
required

Query Parameters

format
string | null

The format to download the file in

Example:

"base64"

Response

200
application/octet-stream
The document related to the application with the given identifiers was retrieved.

The response is of type file.