GET
/
customfield
/
{customfieldId}
Get Custom Field
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"
}

Authorizations

X-Team-ApiKey
string
header
required

Path Parameters

customfieldId
string
required

The CustomFieldId you want to get.

Example:

"encrypted_id_123"

Response

200
application/json

Custom Field retrieved successfully.

The response is of type object.