SOAP API - resetQueries
The table summarizes the SOAP API - resetQueries.
Request | Uses the resetQueries element (from the QueryService schema) |
Parameter notes | model-version: Specify the model version to 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. If not specified, then all deployed versions of the model have their corresponding queries reset. |
Response | Returns an resetQueriesResponse element (from the QueryService schema) |
Example | Request:
<soapenv:Body> <quer:resetQueries model-version="-1"/> </soapenv:Body> |
Response:
<SOAP-ENV:Header/> <SOAP-ENV:Body/> |
Copyright © Cloud Software Group, Inc. All rights reserved.