GET /rest/v1.0/custom_field_definitions/{custom_field_definition_id}/custom_field_lov_entries

Return a list of all Custom Field Lov Entries associated with the Current Company and the Custom Field Definition passed by path param.

Servers

Path parameters

Name Type Required Description
custom_field_definition_id Integer Yes

Unique identifier for the Custom Field Definition.

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

filtersactive Boolean No

return lov entries that active status is (true or false)

per_page Integer No

Elements per page

filtersstart_with String No

return lov entries that label start with letters

company_id Integer Yes

Unique identifier for the company.

filtersid[] Array No

return lov entries that are filtered on an array of ID's. Example: filters[id]=[1,2]

filterslabel_with String No

return lov entries that contains the label with the text

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.