REST API - resetQueries

The table summarizes the REST API - resetQueries.

Request

Format
POST <baseurl>/dynamicresourcequery/resetqueries
Notes All deployed versions of the model have their corresponding queries reset.

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/resetqueries
Response
{
       "xml-fragment": ""
}