Get Affected Body Parts
get_affected_body_partsRetrieve available affected body parts for injury reporting in Procore. Use company ID to get display labels and server values.
Instructions
Returns objects containing the display label and server value of affected body parts that are available when creating or updating injuries. Use this to fetch the full details of a specific Incidents by its identifier. Returns a paginated JSON array of Incidents. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/companies/{company_id}/incidents/affected_body_parts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |