GET ./ani/vacations

Tags: public, simple-query

It is used to return vacations for a school year.

GET parameters

NameValue TypeValidationDetails
ascIDintRequiredThe School Year ID

Validation

Error FieldError CodeError Message
ascID101Invalid ascID.

Output example

{
"meta": {
"countTotal": "2",
"countData": "2",
"countOffset": "0"
},
"data": [
{
"v2pID": "1",
"v2pAscID": "22",
"v2pName": "Vacanta iarna",
"v2pStartDate": "2022-10-14",
"v2pEndDate": "2022-10-26"
},
{
"v2pID": "5",
"v2pAscID": "22",
"v2pName": "Vacanta primavara",
"v2pStartDate": "2023-02-20",
"v2pEndDate": "2023-02-28"
}
]
}