If the view mode is set to All MWB participants, the list of organizations (from all countries) with students who have participated in at least one course during the selected year will be made available at the endpoint /api/v1/partners/dashboard/organizations. The endpoint for retrieving the list of students will be /api/v1/partners/dashboard/students.
If the view mode is set to My organization, the list of students who have participated in at least one course during the selected year will be made available at the endpoint /api/v1/partners/{partner_id}/dashboard/students.
At zoom level 0, the list of students for each country will be made available when the user clicks on the respective country pin. The country name will be in the body of the API request, and the client will show the students for each organization from the selected country.
When zooming in, if the cities are visible on the map, the list of students for each city will be made available when the user clicks on the respective city pin. The country and the city name will be in the body of the API request, and the client will show the students for each organization from the selected city.
When zooming in even more, if there is enough space on the map to show the locations of each organization's centres within the cities' areas, the list of students for each centre will be made available when the user clicks on the respective city pin. The country and the city name will be in the body of the API request, together with the centre ID. The client will show the students from the selected organization centre.
The following details will be provided for each student in the response:
Design: https://www.figma.com/file/DgrKZX9mS13Zgf7k5pZ1WT/Partner-web-app?type=design&node-id=727-66&mode=design&t=IrpaeVusdRlOAZoD-4
If the view mode is set to
All MWB participants
, the list of organizations (from all countries) with students who have participated in at least one course during the selected year will be made available at the endpoint/api/v1/partners/dashboard/organizations
. The endpoint for retrieving the list of students will be/api/v1/partners/dashboard/students
.If the view mode is set to
My organization
, the list of students who have participated in at least one course during the selected year will be made available at the endpoint/api/v1/partners/{partner_id}/dashboard/students
.At zoom level 0, the list of students for each country will be made available when the user clicks on the respective country pin. The country name will be in the body of the API request, and the client will show the students for each organization from the selected country.
When zooming in, if the cities are visible on the map, the list of students for each city will be made available when the user clicks on the respective city pin. The country and the city name will be in the body of the API request, and the client will show the students for each organization from the selected city.
When zooming in even more, if there is enough space on the map to show the locations of each organization's centres within the cities' areas, the list of students for each centre will be made available when the user clicks on the respective city pin. The country and the city name will be in the body of the API request, together with the centre ID. The client will show the students from the selected organization centre.
The following details will be provided for each student in the response: