List Employee Files

Lists the file categories and files visible to the caller for the specified employee. This is a metadata listing (names, sizes, permissions); to download a file's content use get-employee-file. The response format is controlled by the Accept header: send application/json for JSON or omit/send anything else for XML. Only categories and files the caller is permitted to see are included; employees viewing their own profile also see files shared with them. Returns 404 when the employee has no accessible categories.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The ID of the employee whose files are being listed.

Headers
string
Defaults to application/xml

Set to application/json to receive a JSON response. Any other value (or omitted) returns XML.

Responses

403

The API user does not have permission to access the requested employee's files.

404

The requested employee was not found, or the employee has no accessible file categories.

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