Get Tasks
GET/api/tasks/getfilteredtasks
Tier: Public — stable, supported for third-party integration.
Returns a server-side filtered, sorted, and paged list of tasks for the caller's organisation. Not restricted by place-visibility.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of Tasks.TaskSummaryDto.
The OData query options failed validation, or a service-level failure occurred — both return the service's error array (unlike most OData list actions, this action does not return a bare 400 on OData validation failure).
Caller is not authenticated.
Caller does not have Read permission on the Task module.