get https://api.accelevents.com/rest/host/event//session/locations
This API will return a list of Location for a particular event.eventUrl is the required path variable.
Here is the description of response attributes, which are returned as JSON.
| Attribute | Description |
|---|---|
| id | The unique ID of each Location. It will be generated automatically when a new Location is created. |
| name | Contains the name of the Location. |
| sessionCount | Represents how many sessions are linked to this location |
| sourceUrl | Contains the full URL of the Location.. |