Get Task Schedules
GET/api/taskschedules/getfilteredtaskschedules
Tier: Public — stable, supported for third-party integration.
Returns a server-side filtered, sorted, and paged list of task schedules for the caller's organisation.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of Tasks.TaskScheduleSummaryDto.
The OData query options failed validation, or a service-level failure occurred — both return the service's error array (not a bare 400).
Caller is not authenticated.
Caller does not have Read permission on the Task module.