Classes

It is used to retrieve and manipulate classes.

Endpoints

TypeURIDescription
GET./claseIt is used to return the classes for a school year.
PUT./claseUsed to change properties of a class.
DELETE./claseUsed to delete a empty class.
GET./clase/incadrareIt is used to get the allocation to a class.

Specializations

It is used to manipulate class specializations.

Endpoints

TypeURIDescription
GET./classes/specializationsReturns class specializations.
POST./classes/specializationsIt is used to add class specialization.
PUT./classes/specializationsUsed to change class specialization name.
DELETE./classes/specializationsUsed to delete a class specialization.

Types

It is used to manipulate class types.

Endpoints

TypeURIDescription
GET./classes/typesReturns available class types.