v1
latestOpenAPI 3.0.02026-07-1717466209.0 KBTemplates
Get template revision history
Paginated edit history for a form template. Each entry may include a v1 change record (version, scope, summary, patch) describing template JSON changes.
get/templates/revisions/{uid}
Path parameters
uidstring required
Template UID
Query parameters
limitinteger
Page size (maximum 100)
offsetinteger
Number of entries to skip
Response
successful operation
Example response
{
"status": "success",
"data": {
"limit": 15,
"history": [
{
"obj_type": "template",
"metadata": {
"version": 1,
"patch": [
{
"path": "/series_description/ref_country/1"
}
]
}
}
]
}
}