ISVU REST API v2.0 - HAL - ispit_rezultatipismenog

Početna

Natrag na početnu stranicu.

Sadržaj

Opis

Popis rezultata pismenog ispita studenata na ispitnom roku.

Linkovi

Primjer


{
    "_links": {
        "self": {
            "href": "https://www.isvu.hr/api/vu/123/ispit/pismeni/predmet/12345/datum/2010/1/15/vrstaroka/R"
        },
        "profile": {
            "href": "https://www.isvu.hr/api/dokumentacija/v2-hal/linkovi/ispit/rezultatipismenog/index.html"
        }
    },
    "_embedded": {
        "rezultatiPismenogIspita": [
            {
                "redniBrojIzlaska": 1,
                "ocjena": "3",
                "_links": {
                    "ispit_rezultatpismenog": {
                        "href": "https://www.isvu.hr/api/vu/123/ispit/pismeni/predmet/12345/datum/2010/1/15/student/0012345678"
                    }
                },
                "_embedded": {
                    "student": {
                        "jmbag": "0012345678",
                        "ime": "Mario",
                        "prezime": "Horvat",
                        "_links": {
                            "student_student-v2": {
                                "href": "https://www.isvu.hr/api/vu/123/student/v2/jmbag/0012345678"
                            }
                        }
                    }
                }
            },
            {
                "redniBrojIzlaska": 2,
                "ocjena": "4",
                "_links": {
                    "ispit_rezultatpismenog": {
                        "href": "https://www.isvu.hr/api/vu/123/ispit/pismeni/predmet/12345/datum/2010/1/15/student/0012345679"
                    }
                },
                "_embedded": {
                    "student": {
                        "jmbag": "0012345679",
                        "ime": "Tomislav",
                        "prezime": "Horvat",
                        "_links": {
                            "student_student-v2": {
                                "href": "https://www.isvu.hr/api/vu/123/student/v2/jmbag/0012345679"
                            }
                        }
                    }
                }
            }
        ]
    }
}