GET ./scoli/grup_contracte

Returns contracts from the country in which the schools are associated and to which the user has permissions.

GET parameters

NameValue TypeValidationDetails
taraIDintRequiredCountry ID.

Output example

{
"meta": {
"countTotal": "2",
"countData": "2",
"countOffset": "0"
},
"data": [
{
"tctrID": "1",
"tctrNume": "Contract cu scoala",
"countScoli": "2"
},
{
"tctrID": "2",
"tctrNume": "Plata individuala",
"countScoli": "1"
}
]
}