/
GET /api-web/api/bpm/tasks
GET /api-web/api/bpm/tasks
As of Version | product version 2020 Autumn | component version | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | GET | |||||||||||||||||||||||||||
Response Format | JSON | |||||||||||||||||||||||||||
Description | Retrieves a list of tasks corresponding to the The following query parameters can optionally be added to the request URL.
Response HTTP status codes:
| |||||||||||||||||||||||||||
Request Example |
no request body | |||||||||||||||||||||||||||
Response Example |
response body { "data": [], "total": 0, "start": 0, "sort": "id", "order": "asc", "size": 0 } |