custom-fields

Get Custom Field

This method allows to retrieve custom field.

get/custom_field/{id}

Path parameters

idinteger required

Identifier.

Response

A Custom Field.

statusboolean

Example response

{
  "result": {
    "created": "2021-12-30 19:23:59",
    "updated": "2021-12-30 19:23:59",
    "created_at": "2021-12-30T19:23:59+00:00",
    "updated_at": "2021-12-30T19:23:59+00:00"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.