Export Company Time Index To CSV
export_company_time_index_to_csvExport company timesheet records to a CSV file for field productivity analysis. Use optional date filters to narrow results.
Instructions
Exports timecards in a given work week from the company timesheets index to CSV. (DEPRECATED--please use /rest/v1.0/company/{company_id}/timesheets.csv instead!). Use this to retrieve a downloadable file or export URL for Field Productivity records. Returns a JSON object with the file contents or download URL for Field Productivity records. Required parameters: company_id. Procore API: Project Management > Field Productivity. Endpoint: GET /rest/v1.0/companies/{company_id}/timesheets/csv_export
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| filters__updated_at | No | Query string parameter — 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__deleted_at | No | Query string parameter — returns item(s) deleted within the specified ISO 8601 datetime range. | |
| filters__start_date | No | Query string parameter — filter results by start date | |
| filters__end_date | No | Query string parameter — filter results by end date |