GET /rest/v1.0/projects/{project_id}/configurable_field_sets
Return a list of all Configurable Field Sets associated with a Project.
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
project_id |
Integer | Yes |
Unique identifier for the project. |
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 |
category |
String | No |
Filter by category. |
include_default_configurable_field_sets |
Boolean | No |
Flag to include the default values for each type of Configurable Field Set if one has not been created. |
action_plan_type_id |
Integer | No |
Filter by Action Plan type id. |
types[] |
Array | No |
Filter by of configurable field set types |
per_page |
Integer | No |
Elements per page |
include_lov_entries |
Boolean | No |
whether or not to include LOV entries in the response (defaults to true) |
generic_tool_id |
Integer | No |
Filter by generic tool id(s). Could be a integer or an array of integer. |
inspection_type_id |
Integer | No |
Filter by inspection type id. |
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.