Get Employee File

Downloads the binary content of an employee file. The special employee ID of zero (0) resolves to the employee associated with the API key. The response is sent as an attachment and the Content-Type header reflects the stored file's MIME type. Returns 403 if the caller cannot access the employee or the file's section, and 404 if the file does not exist or is archived.

Path Params
integer
required
Defaults to 0

The ID of the employee whose file is being retrieved. Pass 0 to use the employee associated with the API key.

integer
required

The ID of the employee file to download.

Responses

403

The API user does not have permission to access the requested employee or the employee's file section.

404

The requested employee file was not found.

Language
Credentials
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/octet-stream