List Cost Codes For Timesheets
list_cost_codes_for_timesheetsRetrieve paginated cost codes for timesheets to enumerate Field Productivity records, find IDs, or filter by query parameters. Requires project_id.
Instructions
Returns a list of Cost Codes for Timesheets. 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}/timesheets/scoped_cost_codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| sub_job_id | No | Query string parameter — unique identifier of the sub job | |
| 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) |