List Queries

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

statusenum or nullOptional
All possible query status values
dataset_idstring or nullOptionalformat: "uuid"
exclude_no_codeboolean or nullOptional
exclude_codeboolean or nullOptional
query_typesenum or nullOptional
All possible query types
Allowed values:
offsetintegerOptionalDefaults to 0
limitintegerOptionalDefaults to 100

Request

This endpoint expects an object.
query_idslist of strings or nullOptional
user_idslist of strings or nullOptional
exclude_user_idslist of strings or nullOptional

Response

Successful Response
metaobject
Metadata for the set of data returned
datalist of objects
The paginated data

Errors

422
Unprocessable Entity Error