GET ./classes/specializations

It is used to get the classes specializations.

GET parameters

NameValue TypeValidationDetails
spIDintOptionalSpecialization ID.
spNumestringOptionalString 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" }
]
}