Get Deleted Task Schedules
GET/api/taskschedules/getdeletedtaskschedules/:deletedOnOrAfter
Tier: Public — stable, supported for third-party integration.
Returns the ids of task schedules soft-deleted on or after a given point in time.
Authorization is Filters.LocafiAnyAuthorize — the [LocafiCrudAuthorize]
attribute is present in source but commented out, so any authenticated user may call
this. Correctly scoped to the caller's organisation (no cross-tenant leak).
Request
Responses
- 200
- 400
- 401
The matching soft-deleted schedule ids for the caller's organisation.
OperationFailed — the repository call returned null.
Caller is not authenticated.