Endpoints
Create Query
Create a new query object. The request must include a name and a list of query filters.
POST
Authorizations
Body
application/json
A user-defined name for the query.
A list of filtering conditions that define the query criteria.
Defines a filtering condition for queries, specifying an attribute, an operator, and a value to match.
Response
200
application/json
Query object created
A user-defined name for the query.
A list of filtering conditions that define the query criteria.
Defines a filtering condition for queries, specifying an attribute, an operator, and a value to match.
Unique identifier for the query.