When requesting the whole session by ID, it simplifies and reduces the number of http calls a client needs to make in order to get all the necessary details for the session details views.
Specifically, the array of presenter id's needs to be an array of Presenter objects, and the roomId needs to be a Room object.
A new API will be created to fetch these sessions with full detail, so as not to interfere with the current mobile apps.
When requesting the whole session by ID, it simplifies and reduces the number of http calls a client needs to make in order to get all the necessary details for the session details views.
Specifically, the array of presenter id's needs to be an array of Presenter objects, and the roomId needs to be a Room object.
A new API will be created to fetch these sessions with full detail, so as not to interfere with the current mobile apps.