REST API - resetQuery

The table summarizes the REST API - resetQuery.

Request

Format
POST <baseurl>/dynamicresourcequery/resetQuery/<modelversion>
Path parameters modelversion: Specify the model version whose dynamic queries you want to reset. Can be obtained from listOrgModelVersions.

If -1 is specified the value is the latest version of the organization model.

Response

JSON Returns a JSON representation of the content of the resetQueriesResponse element.
XML Returns the content of the resetQueriesResponse element (from the QueryService schema).

Example

Request
POST <baseurl>/dynamicresourcequery/resetquery/0
Response
{
       "xml-fragment": ""
}