GET ./scoli/grup_tari
Returns the countries on which schools are associated.
GET parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| taraID | int | Optional | Country ID. Multiple values are allowed sepparrated by ",": Ex: 1,2 |
Output example
{"meta": {"countTotal": "1","countData": "1","countOffset": "0"},"data": [{"taraID": "1","taraNume": "tara_ro","countScoli": "21","taraNumeFull": "România"}]}
