Get a custom Attribute
Retrieve a single custom attributeGe
Get Custom Attribute
GET
https://{{account_id}}.acquire.io/api/v1/crm/objects/object-field/{{custom_attributeId}}
Get details about a specific custom attribute.
Path Parameters
Name
Type
Description
custom_attributeId
integer
The ID of the custom attribute
Query Parameters
Name
Type
Description
select
array
the array of columns to get
relations
string
specify the relations
Headers
Name
Type
Description
Authorization
string
Bearer {{api_key}}
Last updated