get
https://{companyDomain}.bamboohr.com/api/v1/files/view
Returns all company file categories and the files within each category that the requesting user is permitted to see. The response format is determined by the Accept request header: send application/json for JSON or omit it (or send application/xml) for XML.
OAuth Scopes: company_file
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Sample Response
<files>
<category id="20">
<name>New Employee Docs</name>
<file id="387">
<name>Direct Deposit Form</name>
<originalFileName>Direct Deposit Form.rtf</originalFileName>
<size>57028</size>
<dateCreated>2009-08-28 15:56:58</dateCreated>
<createdBy></createdBy>
<shareWithEmployee>no</shareWithEmployee>
</file>
</category>
</files> 403The API user does not have permission to access company files.
