Years
It is used to return information about school year.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./ani/scolari | It is used to return the school years. |
GET | ./ani/studiu | It is used to return the study year. |
GET | ./ani/periods | It is used to return the periods for a school year. |
POST | ./ani/periods | Add new period for a school year. |
PUT | ./ani/periods | Update a period for a school year. |
POST | ./ani/vacations | Add new period for a school year. |
GET | ./ani/vacations | It is used to return the periods for a school year. |
PUT | ./ani/vacations | Update a period for a school year. |
DELETE | ./ani/vacations | It is used to delete a vacations |
GET | ./ani/cycles | Used to retrieve cycles. |