Returns a list of tasks accessible by the user

GET {{baseUrl}}/api/v1/tasks?offset=30&limit=10&filter=owner.name eq fred@example.com

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

KeyDatatypeRequiredDescription
offsetnumberThe 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.
limitnumberThe 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.
filterstringThe expression to filter responses.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"items":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"pageLimit":54002747,"pageOffset":111747,"total":-71272049}