GET ./scoli/grup_orase

Returns cities in a county where schools are associated and where the user has permissions.

GET parameters

NameValue TypeValidationDetails
judIDintRequiredCounty ID. Multiple values are allowed sepparrated by ",": Ex: 1,2
cityIDintCity ID. Multiple values are allowed sepparrated by ",": Ex: 1,2

Output example

{
"meta": {
"countTotal": "2",
"countData": "2",
"countOffset": "0"
},
"data": [
{
"cityID": "95060",
"cityName": "MUNICIPIUL IAŞI",
"cityFullName": "MUNICIPIUL IAŞI",
"countScoli": "6",
"adrJudet": {
"judID": "1",
"judNume": "Iași"
},
"adrTara": {
"taraID": "1",
"taraNume": "tara_ro",
"taraNumeFull": "România"
}
},
{
"cityID": "95319",
"cityName": "CHICEREA",
"cityFullName": "CHICEREA, TOMEŞTI",
"countScoli": "1",
"adrJudet": {
"judID": "1",
"judNume": "Iași"
},
"adrTara": {
"taraID": "1",
"taraNume": "tara_ro",
"taraNumeFull": "România"
}
}
]
}