Method returns one schedule entity.
Title | get Schedule |
Url | BASE_URL + / + getSchedule/{code} |
Method | GET |
Params | code , type: integer , unique code of schedule entity |
Error Response | HTML error response |
Schedule object.
{ "code": 3518, "events": [ 54 ] }
A JSON schedule is an object structured in the following way:
Property | Type | Description |
code | integer | A unique schedule code |
events | array<integer> | Array of event IDs: sessions, bofs, social events |
{
"code": 3518,
"events": [
10,
16,
31,
54
]
}