GET /rest/v2.1/companies/{company_id}/equipment_register
Get all equipment (Company)Servers
- https://api.procore.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
company_id |
String | Yes |
Unique identifier for the company. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
filters[model] |
String | No |
Model filter |
filters[ownership] |
String | No |
Ownership filter |
sort |
String | No |
Equipment sort. Also supports custom field sorting like 'custom_field_123' or '-custom_field_123' for descending Valid values:
|
search |
String | No |
Search criteria applied on name, identification number and serial number |
filters[category_ids] |
String | No |
Category filter by Ids |
filters[make_ids] |
String | No |
Make filter by Ids |
filters[assignee_ids] |
String | No |
Assignee filter |
filters[vendor_ids] |
String | No |
Vendor filter |
filters[status] |
String | No |
Status filter by ids |
view |
String | No |
Equipment view type Valid values:
Default value: "normal" |
page |
Integer | No |
The page number to retrieve. Default is 1. |
filters[type] |
String | No |
Type filter |
filters[year] |
String | No |
Year filter |
filters[is_deleted] |
Boolean | No |
Is deleted filter |
filters[id] |
String | No |
Filter ids |
per_page |
Integer | Yes |
Number of records per page Default value: 10 |
filters[model_ids] |
String | No |
Model filter by Ids |
filters[category] |
String | No |
Category filter |
filters[type_ids] |
String | No |
Type filter by Ids |
filters[make] |
String | No |
Make filter |
filters[current_project_ids] |
String | No |
Current project filter by ids |
filters[group_ids] |
String | No |
Group filter |
filters[updated_at] |
String | No |
Updated at filter (date range format: YYYY-MM-DD...YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ) |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.