Validate connection and accessibility of the API.
Planning API (1.5.0)
The planning API provides information about plannings and their lifecycle.
You can find out more in our developer portal.
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/locations/depot-sets
- Production Apihttps://api.conundra.eu/planning/v1/locations/depot-sets
{ "data": [ { … } ], "cursor": { "self": "c2VsZl9fcGFnZQ", "prev": "cHJldmlvdXNfX3BhZ2U", "next": "bmV4dF9fcGFnZQ" } }
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/locations/depot-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/locations/depot-sets/{business_id}
OK
The unique identifier for the depot set.
List of depots in this set
Identifier of a depot unique within the set
Address information for the depot. When geo_point is provided, address fields (address_line, city, zip_code, country_code) are optional. When geo_point is omitted, address fields must be provided so that the address can be geo-coded.
The part of the address that includes the street name, house number, bus number etc. Required when omitting geo_point.
{ "business_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "name": "Belgian Depots", "depots": [ { … } ] }
List of depots in this set
Identifier of a depot unique within the set
Address information for the depot. When geo_point is provided, address fields (address_line, city, zip_code, country_code) are optional. When geo_point is omitted, address fields must be provided so that the address can be geo-coded.
The part of the address that includes the street name, house number, bus number etc. Required when omitting geo_point.
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/locations/depot-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/locations/depot-sets/{business_id}
No content