Get Schedule by ID
Returns schedule information based on the given schedule id
Path parameters
scheduleIdstring · nullableRequiredExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$Responses
200
OK
application/json
400
Invalid parameter
application/json
404
Not Found
application/json
get
/api/v1/schedules/{scheduleId}Last updated
Was this helpful?