GET /rest/v2.0/companies/{company_id}/domains/contexts
Returns all company-level contexts with pagination and filtering.
Servers
- https://api.procore.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
company_id |
String | Yes |
Unique identifier of 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 |
|---|---|---|---|
page |
Integer | No |
Page number for pagination (1-based) Default value: 1 |
filters[subcontext_type_id] |
String | No |
Sub-context type ID to filter by |
filters[id] |
String | No |
JSON array of context IDs to filter by |
filters[context_type_id] |
String | No |
Context type ID to filter by |
per_page |
Integer | No |
Number of items per page (max 5000 for ids_only) Default value: 5000 |
filters[updated_at] |
String | No |
Filter by updated_at range in ISO format (start...end) |
filters[created_before] |
String | No |
Filter contexts created before this ISO date-time |
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.