Get Tasks
Endpoint for retrieving all tasks.
Request
URI
GET
https://{api_host}/vco/api/tasks
COPY
Responses
200
The request is successful
Returns
tasks
of type(s)
application/json
"tasks Object"
string
href
Optional
href
object
relations
Optional
relations
400
The request is invalid(validation error)
Operation doesn't return any data structure
401
The user is not authorized
Operation doesn't return any data structure
404
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/tasks
Task Service Operations
GET
Get Tasks
POST
Create Task
GET
Get Task
POST
Update Task
DELETE
Delete Task
GET
Get Executions
GET
Get Permissions For Object
POST
Insert Permissions For Object
DELETE
Delete Permissions For Object
GET
Get Permission Rule
PUT
Update Permission Rule
DELETE
Delete Permission Rule