Table of Contents

Rounds beginnings for specified interval

To get rounds beginnings for a specified interval, use the command route/get_schedule_time:

svc=route/get_schedule_time&params={"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 */
	}
]