queries
Configure and send a query request to retrieve the desired entities based on specified parameters.
Execute the query defined by the payload
Path Parameters
- tenantId
Describes clientId of the tenant
Request Body
application/json
- objectType
Query the category type
- Enum:
- resourcealerttickettopologytag
- fields
- fileterCriteria
- sortBy
Specifies the attribute used to sort the results. This field is optional. If not provided, the API returns results in the default order, which may not be ideal for paginated responses. The attribute must be one of the fields included in the response.
- sortByOrder
Sort order for results based on the sortBy attribute. Defaults to ASC (ascending order) if not specified.
- Enum:
- ASCDESC
Default: ASC
- pageNo
- pageSize
Default: 100
Minimum: 1
Maximum: 500
Loading Examples...
Responses
This endpoint accepts anyOf the following:
object
- results
- pageNo
- pageSize
- nextPage
- descendingOrder
object
- results
- pageNo
- pageSize
- nextPage
- descendingOrder
object
- results
- pageNo
- pageSize
- nextPage
- orderBy
- descendingOrder
object
- results
- pageNo
- pageSize
- nextPage
- descendingOrder
Loading Examples...