curl --request GET \
--url https://api.example.com/api/public/tasks[
{}
]Retrieves all tasks based on query parameters. Filters can include responsible user IDs and date range (fromDate/toDate).
curl --request GET \
--url https://api.example.com/api/public/tasks[
{}
]Was this page helpful?