Get All Equipment Statuses (Project)
get_all_equipment_statuses_projectRetrieves all equipment statuses for a project. Returns a paginated JSON array of equipment records with pagination metadata.
Instructions
Get all equipment Statuses (Project). Use this to fetch the full details of a specific Equipment records by its identifier. Returns a paginated JSON array of Equipment records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: per_page, project_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/statuses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Query string parameter — the page number to retrieve. Default is 1. | |
| per_page | Yes | Query string parameter — number of records per page | |
| filters__is_active | No | Query string parameter — filter results by is active |