Get My Open Tasks Count
GET/api/taskschedules/getmyopentaskSchedulecount
Tier: Public — stable, supported for third-party integration.
Returns the count of the calling user's task schedules that are not Complete or Cancelled. Despite the method name, this counts schedules, not tasks — the literal wire route is api/taskschedules/getmyopentaskSchedulecount (note the mixed-case "Schedule" in the middle of the route).
Responses
- 200
- 401
The open task schedule count.
Caller is not authenticated.