Search to-do tasks

Search to-do tasks with filtering and pagination. Task IDs can be found when using POST /mywork/todo under the field named 'id'.

Example:

{
    "page": 0,
    "pageSize": 30,
    "remindersFirst": false,
    "sortBy": "doneAt",
    "sortDir": "desc"
}

Language
Credentials
OAuth2
Missing 1 required scope
Click Try It! to start a request and see the response here!