Get Unmanaged Equipment (Project)
get_unmanaged_equipment_projectRetrieve paginated unmanaged equipment records for a project. Filter by ID, updated date, or search criteria to find specific equipment.
Instructions
Get unmanaged equipment (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: project_id, per_page, company_id. Procore API (v2.0): Core > Equipment. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/equipment_unmanaged
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — the Id of the project | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| search | No | Query string parameter — search criteria | |
| filters__id | No | Query string parameter — filter results by id | |
| filters__updated_at | No | Query string parameter — updated at filter (date range format: YYYY-MM-DD...YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ) | |
| page | No | Query string parameter — the page number to retrieve. Default is 1. | |
| per_page | Yes | Query string parameter — number of records per page | |
| view | No | Query string parameter — response detail level. Use 'normal' for standard fields or 'extended' for all fields |