List Task Actions

post

/process/api/v1/tasks/actions

List actions for list of tasks for current user

Request

Header Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : taskIds
Type: array
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : TaskActionsResponse
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : TaskActionsResponseItem
Type: object
Show Source
Nested Schema : taskActions
Type: object
Show Source
Nested Schema : custom
Type: array
Show Source
Nested Schema : system
Type: array
Show Source
Nested Schema : taskAction
Type: object
Show Source

400 Response

Bad request - invalid input

401 Response

Unauthorized

429 Response

Too Many Requests

500 Response

Internal Server Error

503 Response

Too Many Exceptions or Too Slow Requests
Back to Top