List all bookable locations in a particular facility.
| From Path | Type | Description |
|---|---|---|
| facilityId | Int32 | The Id of the facility in question. Should match an Id from /facilities |
[LocationModel]
| Name | Type | Description |
|---|---|---|
| Id | Int32 | Id |
| Name | String | Name |
[
{
"Id": 1020,
"Name": "Outside"
},
{
"Id": 1021,
"Name": "Inside"
}
]
| Bundle(s) |
|---|
| Timetable |