GET /rest/v2.0/companies/{company_id}/domains/layers

Returns all accessible company-level layers with pagination and filtering.

Servers

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[context_id] String No

Context ID to filter layers by

filters[subcontext_type_id] String No

Sub-context type ID to filter by

filters[id] String No

JSON array of layer 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 layers created before this ISO date-time

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.