ISVU REST API v2.0 - HAL - pds_student_teme

Početna

Natrag na početnu stranicu.

Sadržaj

Opis

Popis tema za studenta poslijediplomskog studija.

Linkovi

Primjer


{
    "_links": {
        "self": {
            "href": "https://www.isvu.hr/api/vu/123/pds/student/jmbag/0123456789/teme"
        },
        "profile": {
            "href": "https://www.isvu.hr/api/dokumentacija/v2-hal/linkovi/pds/student/teme/index.html"
        }
    },
    "_embedded": {
        "teme": [
            {
                "sifra": 1,
                "naslov": "Naslov teme završnog rada za 0123456789",
                "_links": {
                    "pds_student_tema": {
                        "href": "https://www.isvu.hr/api/vu/123/pds/student/jmbag/0123456789/tema/sifra/1"
                    }
                }
            }
        ]
    }
}