company_folder_and_file_index
Retrieve and organize company documents and folders from Procore. Filter by type, date, creator, or search terms to manage construction project files.
Instructions
Company Folder and File index. [Core/Documents] GET /rest/v1.0/companies/{company_id}/documents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| view | No | Determines how much information to include in the response. `normal` is the default, `extended` provides additional data. The example below shows the `extended` response. | |
| sort | No | Field to sort by. If the field is passed with a - (EX: -updated_at) it is sorted in reverse order | |
| filters__created_by_id | No | Return item(s) created by the specified User IDs | |
| filters__created_at | No | Return item(s) created within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYYY-MM-... | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__document_type | No | Return item(s) that are file or folder | |
| filters__file_type | No | Return item(s) that have the file extensions | |
| filters__is_in_recycle_bin | No | Return item(s) that are in or not in the recycle bin | |
| filters__search | No | Return item(s) that contain string in document name and file description | |
| filters__folder_id | No | Returns the folder for a given id with all subfolders and subfiles up to a depth of 100. Depths greater than 100 will need multiple queries to get all children. | |
| page | No | Page | |
| per_page | No | Elements per page |