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.
Path parameters
Project ID or IDNO
Admin metadata template UID
Query parameters
Page size (maximum 100)
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
}Changes
Changed in 2 of the 12 revisions of this API.125
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameteroffsetnew-optional-request-parameter
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
deleted the
queryrequest parameteroffsetrequest-parameter-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
This revision also has 37 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲