Get Affected Body Parts
get_affected_body_partsReturns available affected body part options for injury forms, providing labels and values. Use to find the id of a body part before creating or updating an injury.
Instructions
Returns available affected body part options for use in injury record forms. Each option contains a label for display and a value to submit when creating or updating injuries. Use this to discover affected body parts or to look up the id of one before calling a tool that needs it. company_id defaults to the value set by procore_set_config when omitted. Returns a JSON array of affected body parts; page and per_page control pagination and the response reports how many pages remain. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| page | No | Page number for paginated results (default: 1, 1-indexed) | |
| per_page | No | Number of items per page (default: 100, max: 100) | |
| company_id | Yes | URL path parameter — unique identifier for the company. |