v1
latestOpenAPI 3.0.02026-07-1717466209.0 KBAdmin metadata
Get admin metadata edit history
Paginated audit log of admin metadata changes for a project and admin metadata template. Each entry may include a v1 change record with version, scope, summary, and patch.
get/admin-metadata/edit_history/{projectId}/{templateUid}
Path parameters
projectIdstring required
Project ID or IDNO
templateUidstring required
Admin metadata template UID
Query parameters
limitinteger
Page size (maximum 100)
offsetinteger
Number of entries to skip
Response
successful operation
Example response
{
"status": "success",
"data": [
{
"obj_type": "project",
"action_type": "update",
"metadata": {
"version": 1,
"patch": [
{
"path": "/series_description/ref_country/1"
}
]
}
}
],
"limit": 15
}