List Project WBS Task Codes
list_project_wbs_task_codesRetrieve paginated Work Breakdown Structure task codes for a project to enumerate field productivity records and find IDs, with support for labor, equipment, or both types.
Instructions
All Work Breakdown Structure task codes for a given project, sorted by flat code. NOTE, this endpoint is currently in the experimental stage and is subject to change. 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}/task_codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| type | No | Query string parameter — type of task codes to return | |
| 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) | |
| serializer_view | No | Query string parameter — controls which Task Code blueprint is used to serialize the data. This defaults to `task_code_entity`, but `id_only` is also valid. Errors may be generated if requesting a serializer view that is n... | |
| view | No | Query string parameter — controls which Task Code blueprint is used to serialize the data. This defaults to `task_code_entity`, but `id_only` is also valid. Errors may be generated if requesting a serializer view that is n... | |
| filters | No | Query string parameter — filters for wbs task codes |