Class: IsQueryRegisteredRequest

tibco.objectapi.service.request.IsQueryRegisteredRequest

new IsQueryRegisteredRequest(identifierType, id)

Object IsQueryRegisteredRequest Usage: RestApiService.getAuditService().isQueryRegistered(request, callback);
Parameters:
Name Type Description
identifierType string Either "guid" or "tag", which specifies whether the GUID or the tag is used to identify the query, which was previously registered with the registerQuery function (both are returned by registerQuery). Note, however, passing the GUID makes a more efficient query. You can also determine the GUID using the lookupQueryByTag function.
id string The ID of the registered query.
Since:
  • 4.0.0