• Home
  • Resources
  • Objects
  • Guide
    • What is an API
    • Creating an app
    • Using the API
    • Troubleshooting
    • Login
    • IQL query language
    • API Playground
    • Get started
    • Error messages
    • Access scopes
    • Introduction to general concepts
  • Home>
  • Resources>
  • config/locations/get

GET config/locations/get

Returns a list of the locations for the community.

Resource information

Request method GET
Response object CompanyLocation
Access scope initiative_get
Response format JSON, XML

Example

https://api.induct.no/v1/12345/config/locations

JSON result:
[
    {
        "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

↑ Back to top

© Induct Software AS