Skip to main content
GET
Download Employee Document

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"

export_format
string | null

The export format of the file

Example:

"text/plain"

Response

The document related to the employee with the given identifiers was retrieved.

headers
object
required

Headers related to the download

data
file
required

The file data in binary format