latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
Template
Get the ordered column list for a scratch-built template
Returns the ordered column definitions for a template built via the column builder (CP-31959), so the builder can pre-populate when editing.
get/templates/{id}/columns
Path parameters
idstring required
Template ID to fetch columns for
Headers
tenant-idstring required
Tenant identifier
Response
Columns retrieved successfully
Example response
[
{
"name": "First Name",
"mappedKey": "firstName",
"mappedEntity": "practitioner",
"entityGroup": "license",
"validationRegex": "^\\d{10}$",
"separator": ";"
}
]