REST API - isQueryRegistered

The table summarizes the REST API - isQueryRegistered.

Request

Format
GET <baseurl>/audit/query/isregistered/<identifiertype>/<queryid>
Path parameters
  • identifiertype: One of guid or tag: specifies whether the GUID or the tag is used to identify the query. Note, however, passing the GUID makes a more efficient query. You can determine the GUID using the lookupQueryByTag operation.
  • queryid: The ID of the query, of whichever type is required by the previous parameter.

Response

JSON Returns true or false.
XML Returns true or false.

Example

Request
GET <baseurl>/audit/query/isregistered/guid/27
Response
false