cURL
curl --request GET \ --url https://app.fliqr.ai/api/accounts/custom_fields/{custom_field_id} \ --header 'X-ACCESS-TOKEN: <api-key>'
{ "id": 123, "name": "<string>", "type": 123, "description": "<string>" }
Get custom field by id
successful operation
0 - Text, 1 - Number, 2- Date (Unix timestamp), 3 - Date & Time (Unix timestamp), 4 - Boolean(0 or 1)
Was this page helpful?