To get rounds beginnings for a specified interval, use the command route/get_schedule_time:
svc=route/get_schedule_time¶ms={"itemId":<long>, "scheduleId":<long>, "timeFrom":<uint>, "timeTo":<uint>}
Parameters
Nane | Description |
---|---|
itemId | route ID |
scheduleId | schedule ID |
timeFrom | interval beginning |
timeTo | interval end |
Response
[ { "time":<uint> /* time of round beginning */ } ]