Admin 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

statusstring
limitinteger
offsetinteger
totalinteger

Total matching entries

foundinteger

Number of entries returned in this page

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 query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter offset

      new-optional-request-parameter

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the non-success response with the status

      response-non-success-status-added

  • 5bfc4d9dc1c8121See the full diff
    • removed the media type application/json for the response with the status

      response-media-type-removed

    • deleted the query request parameter limit

      request-parameter-removed

    • deleted the query request parameter offset

      request-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