Get My Tasks
GET/api/tasks/getmytasks
Tier: Public — stable, supported for third-party integration.
Returns a server-side filtered, sorted, and paged list of tasks assigned to the calling user — the "my work queue" endpoint.
Request
Responses
- 200
- 400
- 401
A PageResult of Tasks.TaskSummaryDto.
The OData query options failed validation, or a service-level failure occurred (bare 400, no body).
Caller is not authenticated.