List Cost Codes Ids For Timesheets
list_cost_codes_ids_for_timesheetsRetrieve a paginated list of cost code IDs for timesheets by project ID. Enumerate field productivity records with optional sub-job filter and pagination control.
Instructions
Returns a list of Cost Codes Ids 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_code_ids
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 | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |