Mirror the partner's data like classrooms their students and teachers , also school managers and school admins.
type :
| Name | required | type | description |
|---|---|---|---|
| referer | YES | string | The root of the application that is sending the request (your website at jusoorlabs.com) |
| accept | YES | string | the basic accept header (always send it as application/json) |
| token | YES | string | The token provided to you once you've registerd with Jusoor Labs API. |
| Name | required | type | description |
|---|---|---|---|
| classrooms | YES | object |
object consists of the following :
name students : array of objects each object consists of id , name and username. teachers : array of objects each object consists of id , name and username. |
| school_admins | optional | object | array of objects each object consists of id , name and username. |
| managers | optional | object | array of objects each object consists of id , name and username. |
| supervisors | optional | object | array of objects each object consists of id , name and username. |