GET /rest/v2.0/companies/{company_id}/custom_field/data_types
Returns all available custom field data types for a company, including their variants. This endpoint provides information about which data types are enabled for the company based on feature flags, the list of values (LOV) data types, and the available variants for each data type.
When field_set_id or type parameters are provided, the variants will be filtered to only include those supported by the specified field set.
Servers
- https://api.procore.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
company_id |
String | 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 |
|---|---|---|---|
field_set_id |
String | No |
ID of an existing configurable field set. If provided, only variants supported by this specific field set will be returned. Takes priority over the 'type' parameter if both are provided. |
type |
String | No |
Configurable field set type to filter data type variants. If provided, only variants supported by this field set type will be returned. For GenericToolItem, append the generic_tool_id (e.g., 'ConfigurableFieldSet::GenericToolItem::123'). Supported types: 'ConfigurableFieldSet::Observations::Item', 'ConfigurableFieldSet::GenericToolItem'. |
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.