Classes
It is used to retrieve and manipulate classes.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./clase | It is used to return the classes for a school year. |
PUT | ./clase | Used to change properties of a class. |
DELETE | ./clase | Used to delete a empty class. |
GET | ./clase/incadrare | It is used to get the allocation to a class. |
Specializations
It is used to manipulate class specializations.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./classes/specializations | Returns class specializations. |
POST | ./classes/specializations | It is used to add class specialization. |
PUT | ./classes/specializations | Used to change class specialization name. |
DELETE | ./classes/specializations | Used to delete a class specialization. |
Types
It is used to manipulate class types.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./classes/types | Returns available class types. |