v1

latestOpenAPI 3.0.02026-07-1717466209.0 KB
Admin metadata

Query admin metadata

Query administrative metadata across projects. By default, returns all admin metadata for all projects and templates that the user has access to. To filter by project, template, date range or limit the number of results, use the query parameters.

get/admin-metadata/data_query

Query parameters

project_idstring

(optional) Project ID or IDNO

templatestring

(optional) Admin metadata template UID. For multiple templates, separate with comma

limitinteger

(optional) Limit number of results. Default is 50

offsetinteger

(optional) Offset number of results. Default is 0

date_fromstring date

(optional) Filter by date from (format: YYYY-MM-DD). Filters on the 'changed' field. Records with changed date >= date_from will be returned.

date_tostring date

(optional) Filter by date to (format: YYYY-MM-DD). Filters on the 'changed' field. Records with changed date <= date_to will be returned. The entire end date is included.

Response

successful operation