latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
Template
Get available system fields for a roster type
Returns the catalog of mappable Certify attributes for the given roster type. Used by the 'create template from scratch' builder to populate the attribute dropdown.
get/templates/fields
Query parameters
type'PRACTITIONER' | 'FACILITY' | 'GROUP' required
Roster type (PRACTITIONER, FACILITY, or GROUP)
Headers
tenant-idstring required
Tenant identifier
Response
Fields retrieved successfully
Example response
[
{
"name": "First Name",
"mappedKey": "firstName",
"mappedEntity": "practitioner",
"entityGroup": "license",
"validationRegex": "^\\d{10}$",
"separator": ";"
}
]