REST API - queryProcessTemplateCount

The table summarizes the REST API - queryProcessTemplateCount.

Request

Format
GET <baseurl>/process/count/template/<query>
Path parameters query: Full (SQL syntax) query string to determine the template count.

For information about valid SQL syntax, see Sorting and Filtering Lists of Process Templates and Instances .

Response

JSON If successful, returns 204 No Content in the response header. The response body contains an integer value indicating the number of process templates that satisfied the query.
XML If successful, returns 204 No Content in the response header. The response body contains an integer value indicating the number of process templates that satisfied the query.

Example

Request
GET <baseurl>/process/count/template/DEFINITION.NAME%3D'InternalHelpDesk*'
Response
2