GET ./cadre/ani
It is used to return the school years for which the teacher was active.
GET parameters
Name | Value Type | Validation | Details |
---|---|---|---|
cadID | int | Required | Teacher ID. |
Output example
{"meta": {"countTotal": "7","countData": "7","countOffset": "0"},"data": [{"ascID": "14","ascNume": "2010/2011","ascIsActiv": "0","ascDataStart": "2010-09-03","ascDataEnd": "2011-09-02"},{"ascID": "15","ascNume": "2011/2012","ascIsActiv": "0","ascDataStart": "2011-09-03","ascDataEnd": "2012-09-16"},{"ascID": "17","ascNume": "2012/2013","ascIsActiv": "0","ascDataStart": "2012-09-17","ascDataEnd": "2013-09-08"},{"ascID": "18","ascNume": "2013/2014","ascIsActiv": "0","ascDataStart": "2013-09-16","ascDataEnd": "2014-09-14"},{"ascID": "19","ascNume": "2014/2015","ascIsActiv": "0","ascDataStart": "2014-09-15","ascDataEnd": "2015-09-13"},{"ascID": "20","ascNume": "2015/2016","ascIsActiv": "0","ascDataStart": "2015-09-09","ascDataEnd": "2016-09-11"},{"ascID": "21","ascNume": "2019/2020","ascIsActiv": "1","ascDataStart": "2019-09-09","ascDataEnd": "2020-06-12"}]}