new QueryLastPageRequest(pagingId)
    Object QueryLastPageRequest
Usage: 
    RestApiService.getProcessManagementService().queryLastPage(request, callback);
Parameters:
| Name | Type | Description | 
|---|---|---|
pagingId | 
            
            number | (Java type: int) 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.  | 
        
- Since:
 - 4.0.0