cURL
curl --request GET \ --url https://api.sendx.io/api/v1/rest/customfield/{customfieldId} \ --header 'X-Team-ApiKey: <api-key>'
{ "id": "encrypted_id_123", "name": "Custom Field Example", "type": 0, "description": "An example custom field" }
Find Custom Field by customfieldId.
The CustomFieldId you want to get.
"encrypted_id_123"
Custom Field retrieved successfully.
The response is of type object.
object
Was this page helpful?