Returns a list of the locations for the community.
| Request method | GET |
| Response object | CompanyLocation |
| Access scope | initiative_get |
| Response format | JSON, XML |
https://api.induct.no/v1/12345/config/locations
[
{
"id": 1,
"name": "Location 1",
"latitude": 41.235,
"longitude": 45.323,
"details": "Location 1 description"
},
{
"id": 2,
"name": "Location 2",
"latitude": 20.45,
"longitude": 30.7,
"details": "Location 2 description"
}
]
Induct API 1.0
Last API system update:
11/23/2020 8:43:56 AM