/
Get plan profile
Retrieves detailed information on the given plan profile.
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/plan-profiles/{id}
- Production Apihttps://api.conundra.eu/planning/v1/plan-profiles/{id}
curl -i -X GET \
'https://developer.conundra.eu/_mock/apis/plannings/planning-api/plan-profiles/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'OK
The unique identifier for the plan profile.
Example:"cb1fb12c-0abc-413c-a69d-63c62566685f"
The unique identifier of the depot set to use for this profile
Example:"belgian-depots"
Early Access
The unique identifier of the charging location set to use for this profile
Example:"flanders-charging-locations"
The unique identifier of the break rule set to use for this profile
Example:"eu-break-rules"
The unique identifier of the location rule set to use for this profile
Example:"link-time-rules"
The unique identifier of the vehicle stop rule set to use for this profile
Example:"urban-delivery-stop-limits"
Response
{ "id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "name": "Default Profile", "depot_set_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "charging_location_set_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "break_rule_set_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "location_rule_set_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "vehicle_stop_rule_set_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "order_depot_restriction_set_id": "cb1fb12c-0abc-413c-a69d-63c62566685f" }