get_contexts
Retrieve document markup contexts for Procore projects to manage construction annotations and comments efficiently.
Instructions
Get Contexts. [Project Management/Document Markup] GET /rest/v1.0/companies/{company_id}/projects/{project_id}/domains/contexts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | company_id | |
| project_id | Yes | project_id | |
| page | No | page | |
| per_page | No | per_page | |
| view | No | view | |
| filters__created_before | No | filters[created_before] | |
| filters__updated_at | No | filters[updated_at] | |
| filters__id | No | filters[id] | |
| filters__context_type_id | No | filters[context_type_id] | |
| filters__subcontext_type_id | No | filters[subcontext_type_id] |