Organizations
It is used to get details about organizations.
Endpoints
| Type | URI | Description |
|---|---|---|
| GET | ./organizations/labels | It is used to get the list of labels. Admin rights required. |
| POST | ./organizations/labels | It is used to add a label. Admin rights required. |
| PUT | ./organizations/labels/{id} | It is used to change the information of a label. Admin rights required. |
| DELETE | ./organizations/labels/{id} | It is used to delete a label. Admin rights required. |
| GET | ./organizations/labels/school_labels/{id} | It is used to get labels filtered by school ID. Admin rights required. |
