latestSwagger 2.02026-08-101561322.2 MB

3e4029d19684

Custom Fields

Get the details of a specific custom field

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Custom%20Fields/getCustomField" target="_blank">Try in sandbox</a><br>

get/api/v2/customfields/{id}

Path parameters

idinteger required

Response

Returned when successful.

idinteger required

Custom field ID.

namestring required

Custom field name.

createdAtstring date-time required

Custom field creation time.

Example response

{
  "id": 23,
  "name": "DOB",
  "createdAt": "2015-02-11T07:33:19+0000"
}