GET
/transactional-api/list-data-entry-templatesList Data Entry Templates
Returns all data entry templates with their current status and active version reference.
Authorization: Bearer token (JWT). See Authentication.
Responses
200 Data entry templates.
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"status": "draft",
"currentVersionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]