List Of Actual Production Quantity Ids
list_of_actual_production_quantity_idsRetrieve paginated IDs of actual production quantities for field productivity records. Filter by project, date, crew, location, or timesheet to find specific records.
Instructions
Returns a list of Actual Production Quantity Ids. Use this to enumerate Field Productivity records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Field Productivity records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Field Productivity. Endpoint: GET /rest/v1.0/projects/{project_id}/actual_production_quantities/ids
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| filters__unit_of_measure | No | Query string parameter — return item(s) with the specified unit of measure. | |
| 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__timesheet_id | No | Query string parameter — timesheet ID. Returns item(s) with the specified Timesheet ID. | |
| filters__crew_id | No | Query string parameter — crew ID. Returns item(s) with the specified Crew ID. | |
| filters__location_id | No | Query string parameter — location ID. Returns item(s) with the specified Location ID or a range of Location IDs. | |
| filters__date | No | Query string parameter — returns item(s) within the specified ISO 8601 datetime range. | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| page | No | Query string parameter — page number for paginated results (default: 1) |