Templates

Get template fields

Retrieve all fields configured for a specific template

get/templates/{id}/fields

Path parameters

idstring uuid required

Template ID

Response

Template fields retrieved successfully

Example response

{
  "results": [
    {
      "format_rules": {
        "dateFormat": "MMMM dd, yyyy"
      }
    }
  ]
}

Changes

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