GET ./classes/specializations
It is used to get the classes specializations.
GET parameters
Name | Value Type | Validation | Details |
---|---|---|---|
spID | int | Optional | Specialization ID. |
spNume | string | Optional | String used for search |
Output example
{"meta": { "countTotal": "4", "countData": "4", "countOffset": "0" },"data": [{ "spID": "1", "spNume": "Comun" },{ "spID": "2", "spNume": "Filologie" },{ "spID": "3", "spNume": "Stiinte sociale" },{ "spID": "4", "spNume": "Matematica - Informatica" }]}