Show Actual Production Quantity
show_actual_production_quantityFetch detailed Actual Production Quantity data for a Field Productivity record. Provide project ID, record ID, and quantity to retrieve full details.
Instructions
Return Actual Production Quantity detailed information. Use this to fetch the full details of a specific Field Productivity records by its identifier. Returns a JSON object describing the requested Field Productivity records. Required parameters: project_id, id, quantity. Procore API: Project Management > Field Productivity. Endpoint: GET /rest/v1.0/projects/{project_id}/actual_production_quantities/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Field Productivity resource | |
| description | No | JSON request body field — the description of the Actual Production Quantity | |
| quantity | Yes | JSON request body field — amount installed | |
| crew_id | No | JSON request body field — the ID of the crew for the Actual Production Quantity | |
| location_id | No | JSON request body field — the Location ID for the Actual Production Quantity | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |