Parents
It is used get details the parents of a student.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./parinti | It is used to return the list of parents. |
GET | ./parinti/detalii | It is used to return the details about a student. |
PUT | ./parinti | Used to change the information of a parent . |
GET | ./parinti/elev | Returns the student associated with the parent. |