REST API - queryDone
The table summarizes the REST API - queryDone.
Request
Format | PUT <baseurl>/process/querydone/<pagingid> |
Path parameters | pagingid: Identifies a particular set of data that can be paged (like a database cursor). This is obtained when a query is paged by submitting -1 or a number greater than 0 for the pagesize parameter when calling the following: queryProcessInstances , queryProcessInstancesAlt , queryProcessTemplates , and queryProcessTemplatesAlt . |
Response
JSON | If successful, returns 204 No Content in the response header, and OK in the response body. |
XML | If successful, returns 204 No Content in the response header, and OK in the response body. |
Example
Request | PUT <baseurl>/process/querydone/1080687953 |
Response | OK |