Returns all locations with id and cms name
| From Query | Type | Description |
|---|---|---|
| LocationIds | [Int32] | Optional. |
[CMSNameModel]
| Name | Type | Description |
|---|---|---|
| CmsLocationId | Int32 | The cms location id |
| CmsName | String | The cms name |
| OnlineLocationId | Int32 | The online location id |
[
{
"CmsLocationId": 1,
"CmsName": "sample string 2",
"OnlineLocationId": 3
},
{
"CmsLocationId": 1,
"CmsName": "sample string 2",
"OnlineLocationId": 3
},
{
"CmsLocationId": 1,
"CmsName": "sample string 2",
"OnlineLocationId": 3
}
]
| Bundle(s) |
|---|
| SportsCourses |
| AccessControl |