GET /rest/v1.0/companies/{company_id}/configurable_field_sets

Return a list of all Configurable Field Sets associated with a Company.

Servers

Path parameters

Name Type Required Description
company_id Integer 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
page Integer No

Page

filterstype[] Array No

Filter by field set type(s). Could be a string or an array of string.

include_lov_entries Boolean No

whether or not to include LOV entries in the response (defaults to true)

per_page Integer No

Elements per page

filtersgeneric_tool_id[] Array No

Filter by generic tool id(s). Could be a integer or an array of integer.

view String No

Specify which view to render. Options are extended, mobile, or with_project_ids

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.