Returns a list of tasks accessible by the user
GET {{baseUrl}}/api/v1/tasks?offset=<integer>&limit=<integer>&filter=<string>
Returns a list of tasks that are visible to the user. The response can be paged by using the limit and offset query parameters and filtered, sorted and ordered by using the filter, sortby and orderby query parameters.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | string | The offset query parameter should be used in conjunction with limit | |
for paging, e.g.: offset=30&&limit=10. The offset is the number of | |||
items from the beginning of the result set to the first item | |||
included in the response. | |||
limit | string | The limit query parameter should be used in conjunction with offset | |
for paging, e.g.: offset=30&&limit=10. The limit is the maximum | |||
number of items to include in the response. | |||
filter | string | The expression to filter responses. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"customerId":"\u003cstring\u003e","generation":"\u003clong\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e","additionalDetails":{"consoleUri":"\u003cstring\u003e"},"associatedResources":[{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"}],"childTasks":[{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"}],"createdAt":"\u003cdateTime\u003e","displayName":"\u003cstring\u003e","endedAt":"\u003cdateTime\u003e","error":{"error":"\u003cstring\u003e","errorCode":"\u003cstring\u003e","traceId":"\u003cstring\u003e"},"estimatedRunningDurationMinutes":"\u003cinteger\u003e","healthStatus":"\u003cstring\u003e","logMessages":[{"timestampAt":"\u003cdateTime\u003e","message":"\u003cstring\u003e"},{"timestampAt":"\u003cdateTime\u003e","message":"\u003cstring\u003e"}],"parentTask":{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"},"progressPercent":"\u003cinteger\u003e","recommendations":[{"message":"\u003cstring\u003e"},{"message":"\u003cstring\u003e"}],"sourceResource":{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"},"startedAt":"\u003cdateTime\u003e","state":"\u003cstring\u003e","suggestedPollingIntervalSeconds":"\u003cinteger\u003e","updatedAt":"\u003cdateTime\u003e","userId":"\u003cstring\u003e"},{"customerId":"\u003cstring\u003e","generation":"\u003clong\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e","additionalDetails":{"consoleUri":"\u003cstring\u003e"},"associatedResources":[{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"}],"childTasks":[{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"}],"createdAt":"\u003cdateTime\u003e","displayName":"\u003cstring\u003e","endedAt":"\u003cdateTime\u003e","error":{"error":"\u003cstring\u003e","errorCode":"\u003cstring\u003e","traceId":"\u003cstring\u003e"},"estimatedRunningDurationMinutes":"\u003cinteger\u003e","healthStatus":"\u003cstring\u003e","logMessages":[{"timestampAt":"\u003cdateTime\u003e","message":"\u003cstring\u003e"},{"timestampAt":"\u003cdateTime\u003e","message":"\u003cstring\u003e"}],"parentTask":{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"},"progressPercent":"\u003cinteger\u003e","recommendations":[{"message":"\u003cstring\u003e"},{"message":"\u003cstring\u003e"}],"sourceResource":{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"},"startedAt":"\u003cdateTime\u003e","state":"\u003cstring\u003e","suggestedPollingIntervalSeconds":"\u003cinteger\u003e","updatedAt":"\u003cdateTime\u003e","userId":"\u003cstring\u003e"}],"pageLimit":"\u003cinteger\u003e","pageOffset":"\u003cinteger\u003e","total":"\u003cinteger\u003e"}