GET Studenti/oib/{oib}/studentskiPoslovi
Dohvat podataka o studentu potrebnih za ostvarivanje prava na obavljanje studentskih poslova.
Requires Authorization using Basic Authentication!
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
oib | OIB studenta | string | Required |
Body Parameters
None.Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Ime | string | None. | |
Prezime | string | None. | |
OIB | string | None. | |
JMBAG | string | None. | |
ImaStatusStudenta | boolean | None. | |
ImaEctsUZadnjojGodStudija | boolean | None. | |
TreciPutPrvaGodina | boolean | None. | |
PredugStudij | boolean | None. |
Response Formats
application/json, text/json
{ "ime": "sample string 1", "prezime": "sample string 2", "oib": "sample string 3", "jmbag": "sample string 4", "imaStatusStudenta": true, "imaEctsUZadnjojGodStudija": true, "treciPutPrvaGodina": true, "predugStudij": true }
application/xml, text/xml
<StudentStudentskiPoslovi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISSP.REST.API.Data.DataTypes.Studenti"> <ImaEctsUZadnjojGodStudija>true</ImaEctsUZadnjojGodStudija> <ImaStatusStudenta>true</ImaStatusStudenta> <Ime>sample string 1</Ime> <JMBAG>sample string 4</JMBAG> <OIB>sample string 3</OIB> <PredugStudij>true</PredugStudij> <Prezime>sample string 2</Prezime> <TreciPutPrvaGodina>true</TreciPutPrvaGodina> </StudentStudentskiPoslovi>