API definitions

Get Schedule

GET https://api.university.com/v1/schedule

This endpoint allows you to get free cakes.

Path Parameters

NameTypeDescription

start

string

End date in format 'yyyy-MM-dd'

end

string

Start date in format 'yyyy-MM-dd'

[
    {
        "id": 1,
        "auditory": {
            "id": 1,
            "amount": 20,
            "name": "1 Auditory",
            "description": "1 Auditory",
            "building": {
                "id": 1,
                "name": "1 building of Chernivtsi National University",
                "description": "1 building of Chernivtsi National University"
            },
            "type": {
                "id": 1,
                "name": "Computer classroom",
                "description": "Computer classroom"
            }
        },
        "description": "Proektuvannya prohramnykh system",
        "lessonNumber": 1,
        "name": "Proektuvannya prohramnykh system",
        "scheduleType": {
            "id": 1,
            "name": "Lecture",
            "description": "Lecture"
        },
        "subject": null,
        "teacher": {
            "id": 1,
            "name": "Matsenko Vasil Grigorovich",
            "email": "vgmatsenko@gmail.com",
            "phone": "501002002",
            "applicationUserId": null
        },
        "date": "2018-05-04T00:00:00"
    }

Last updated