id
stringlengths 53
86
| api_name
stringlengths 2
76
| api_description
stringlengths 1
500
⌀ | api_score
float64 0
10
⌀ | endpoint_name
stringlengths 1
190
| endpoint_description
stringlengths 0
500
| response_status_code
int64 100
505
| response_summary
stringlengths 1
68
⌀ | response_json
stringlengths 6
50k
| response_json_schema
stringlengths 14
150k
|
---|---|---|---|---|---|---|---|---|---|
fd79acdb-a749-4a1e-bbc2-7d4d98cea97a/c89ce2b9-e1f9-4acc-a938-261a0475a101/1/0 | Portugal Vehicle Import Tax Simulator API | Simulate import taxes for vehicles entering Portugal | 5.8 | Vehicle ISV | Calculates ISV tax for a Vehicle | 200 | Minimal | {"base_isv": 560.47, "iva": 128.91, "total": 689.38} | {"properties": {"vehicle_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Vehicle Id"}, "label": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Label"}, "base_isv": {"type": "number", "title": "Base Isv", "default": 0}, "iva": {"type": "number", "title": "Iva", "default": 0}, "total": {"type": "number", "title": "Total", "default": 0}, "steps": {"anyOf": [{"items": {"properties": {"label": {"description": "**Omitted**"}, "demonstration": {"description": "**Omitted**"}, "deduction": {"description": "**Omitted**"}, "total": {"description": "**Omitted**"}, "calculation_list": {"description": "**Omitted**"}}, "type": "object", "title": "Step"}, "type": "array"}, {"type": "null"}], "title": "Steps"}, "until": {"anyOf": [{"type": "string", "format": "date"}, {"type": "null"}], "title": "Until"}, "since": {"anyOf": [{"type": "string", "format": "date"}, {"type": "null"}], "title": "Since"}}, "type": "object", "title": "Isv"} |
fd79acdb-a749-4a1e-bbc2-7d4d98cea97a/c89ce2b9-e1f9-4acc-a938-261a0475a101/1/1 | Portugal Vehicle Import Tax Simulator API | Simulate import taxes for vehicles entering Portugal | 5.8 | Vehicle ISV | Calculates ISV tax for a Vehicle | 200 | Family diesel | {"base_isv": 1603.02, "iva": 0, "total": 1603.02} | {"properties": {"vehicle_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Vehicle Id"}, "label": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Label"}, "base_isv": {"type": "number", "title": "Base Isv", "default": 0}, "iva": {"type": "number", "title": "Iva", "default": 0}, "total": {"type": "number", "title": "Total", "default": 0}, "steps": {"anyOf": [{"items": {"properties": {"label": {"description": "**Omitted**"}, "demonstration": {"description": "**Omitted**"}, "deduction": {"description": "**Omitted**"}, "total": {"description": "**Omitted**"}, "calculation_list": {"description": "**Omitted**"}}, "type": "object", "title": "Step"}, "type": "array"}, {"type": "null"}], "title": "Steps"}, "until": {"anyOf": [{"type": "string", "format": "date"}, {"type": "null"}], "title": "Until"}, "since": {"anyOf": [{"type": "string", "format": "date"}, {"type": "null"}], "title": "Since"}}, "type": "object", "title": "Isv"} |
fd79acdb-a749-4a1e-bbc2-7d4d98cea97a/c89ce2b9-e1f9-4acc-a938-261a0475a101/1/2 | Portugal Vehicle Import Tax Simulator API | Simulate import taxes for vehicles entering Portugal | 5.8 | Vehicle ISV | Calculates ISV tax for a Vehicle | 200 | Hybrid Plugin | {"base_isv": 771.67, "iva": 0, "total": 771.67} | {"properties": {"vehicle_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Vehicle Id"}, "label": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Label"}, "base_isv": {"type": "number", "title": "Base Isv", "default": 0}, "iva": {"type": "number", "title": "Iva", "default": 0}, "total": {"type": "number", "title": "Total", "default": 0}, "steps": {"anyOf": [{"items": {"properties": {"label": {"description": "**Omitted**"}, "demonstration": {"description": "**Omitted**"}, "deduction": {"description": "**Omitted**"}, "total": {"description": "**Omitted**"}, "calculation_list": {"description": "**Omitted**"}}, "type": "object", "title": "Step"}, "type": "array"}, {"type": "null"}], "title": "Steps"}, "until": {"anyOf": [{"type": "string", "format": "date"}, {"type": "null"}], "title": "Until"}, "since": {"anyOf": [{"type": "string", "format": "date"}, {"type": "null"}], "title": "Since"}}, "type": "object", "title": "Isv"} |
fd79acdb-a749-4a1e-bbc2-7d4d98cea97a/1f3abf38-d29c-474e-aee1-1cff13cbf9ee/0/0 | Portugal Vehicle Import Tax Simulator API | Simulate import taxes for vehicles entering Portugal | 5.8 | Batch Vehicle ISV | Calculates ISV tax for a Vehicle collection | 200 | All Example Vehicles | {"isv_entries": [{"vehicle_id": "its_up_to_you_if_you_find_this_is_handy_to_process_response", "base_isv": 560.47, "iva": 128.91, "total": 689.38}, {"vehicle_id": "1", "base_isv": 1603.02, "iva": 0, "total": 1603.02}, {"vehicle_id": "7d3e6f71-ea6d-4e32-8d33-d69d3e6ea94e", "base_isv": 771.67, "iva": 0, "total": 771.67}]} | {"properties": {"taxes_entries": {"anyOf": [{"items": {"properties": {"vehicle_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Vehicle Id"}, "label": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Label"}, "base_isv": {"type": "number", "title": "Base Isv", "default": 0}, "iva": {"type": "number", "title": "Iva", "default": 0}, "total": {"type": "number", "title": "Total", "default": 0}, "steps": {"anyOf": [{"items": {"properties": {"label": {"description": "**Omitted**"}, "demonstration": {"description": "**Omitted**"}, "deduction": {"description": "**Omitted**"}, "total": {"description": "**Omitted**"}, "calculation_list": {"description": "**Omitted**"}}, "type": "object", "title": "Step"}, "type": "array"}, {"type": "null"}], "title": "Steps"}, "until": {"anyOf": [{"type": "string", "format": "date"}, {"type": "null"}], "title": "Until"}, "since": {"anyOf": [{"type": "string", "format": "date"}, {"type": "null"}], "title": "Since"}}, "type": "object", "title": "Isv"}, "type": "array"}, {"type": "null"}], "title": "Taxes Entries"}}, "type": "object", "title": "IsvEnvelope"} |
fd79acdb-a749-4a1e-bbc2-7d4d98cea97a/1f3abf38-d29c-474e-aee1-1cff13cbf9ee/1/0 | Portugal Vehicle Import Tax Simulator API | Simulate import taxes for vehicles entering Portugal | 5.8 | Batch Vehicle ISV | Calculates ISV tax for a Vehicle collection | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "title": "ValidationError"}, "type": "array", "title": "Detail"}}, "type": "object", "title": "HTTPValidationError"} |
a90ac9aa-8094-4ee9-9cf6-aebd998a31e7/119aab86-c979-40a8-826d-0ed8189537ee/0/0 | OpenNWI | Search by address or zipcode access to walkability, cycling and public transit scores for a given area. | null | GetScores | Search for scores by address or zip code. | 200 | Response | {"rankID": 61619, "geoid": 110010062021, "nwi": 18, "transitScore": 20, "bikeScore": 17, "searchedAddress": "1600 Pennsylvania Ave. NW Washington, DC 20500", "format": "json"} | {"type": "object", "properties": {"geoid": {"type": "integer"}, "nwi": {"type": "integer"}, "regionalTransitUsagePercentage": {"type": "number"}, "regionalTransitUsage": {"type": "integer"}, "regionalBikeRidership": {"type": "integer"}, "searchedAddress": {"type": "string"}, "format": {"type": "string"}}} |
a90ac9aa-8094-4ee9-9cf6-aebd998a31e7/712a37b4-488f-4ab0-94c0-b911951f0076/0/0 | OpenNWI | Search by address or zipcode access to walkability, cycling and public transit scores for a given area. | null | GetScoreDetails | Search score details by rankID.
Key:
- d2a: The mix of employment types and occupied housing.
- d2b: The mix of employment types in a block group
- d3b: Street intersection density
- d4a: workers who carpool
- bikeShareRank: Ranking (out of 20) for quality of public bikeshare services in the region | 200 | New Example | {"rankID": 115880, "d2b": 0.632272755, "d2a": 0.787261306, "d3b": 138.653325, "d4a": 254.81, "publicTransitEstimate": 144349, "publicTransitPercentage": 5.6, "bikeRidership": 19118, "bikeRidershipPercentage": 0.003901194763853037, "bikeRidershipRank": 20, "bikePercentageRank": 9, "bikeFatalityRank": 3, "bikeShareRank": 1} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"rankID": {"type": "integer"}, "d2b": {"type": "number"}, "d2a": {"type": "number"}, "d3b": {"type": "number"}, "d4a": {"type": "number"}, "publicTransitEstimate": {"type": "integer"}, "publicTransitPercentage": {"type": "number"}, "bikeRidership": {"type": "integer"}, "bikeRidershipPercentage": {"type": "number"}, "bikeRidershipRank": {"type": "integer"}, "bikePercentageRank": {"type": "integer"}, "bikeFatalityRank": {"type": "integer"}, "bikeShareRank": {"type": "integer"}}, "required": ["bikeFatalityRank", "bikePercentageRank", "bikeRidership", "bikeRidershipPercentage", "bikeRidershipRank", "bikeShareRank", "d2a", "d2b", "d3b", "d4a", "publicTransitEstimate", "publicTransitPercentage", "rankID"]} |
8e2c13a9-8489-420e-8745-ab1f0d7e4bf2/4d37e515-d3fd-494a-a7d1-dac433de5fc1/0/0 | Translator | Translator is an API that can translate to any language. | null | Translate | Automatismz translator is an api that can translate to any language chosen. | 200 | Response | {"translatedText": "Bonjour"} | {"translatedText": "Bonjour"} |
c05d9edc-b219-40f4-b821-62462b8b5d5e/0e42ddae-ff0f-4bc8-8e9f-b3eb671f5f1b/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | StartorstoptheHVACsystemtoreachdriverandpassengersettemperatures.Thecarwillusecooling,defrostinganddefoggingasappropriate. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/0e42ddae-ff0f-4bc8-8e9f-b3eb671f5f1b/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | StartorstoptheHVACsystemtoreachdriverandpassengersettemperatures.Thecarwillusecooling,defrostinganddefoggingasappropriate. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/0e42ddae-ff0f-4bc8-8e9f-b3eb671f5f1b/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | StartorstoptheHVACsystemtoreachdriverandpassengersettemperatures.Thecarwillusecooling,defrostinganddefoggingasappropriate. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/0e42ddae-ff0f-4bc8-8e9f-b3eb671f5f1b/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | StartorstoptheHVACsystemtoreachdriverandpassengersettemperatures.Thecarwillusecooling,defrostinganddefoggingasappropriate. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/c541dfdc-52d0-4de9-8b3a-e450d5acd79a/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Setthepreferredtemperaturesettings. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/c541dfdc-52d0-4de9-8b3a-e450d5acd79a/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Setthepreferredtemperaturesettings. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/c541dfdc-52d0-4de9-8b3a-e450d5acd79a/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Setthepreferredtemperaturesettings. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/c541dfdc-52d0-4de9-8b3a-e450d5acd79a/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Setthepreferredtemperaturesettings. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/f64f9f0f-d9f0-47fb-9759-79c30df18972/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetClimatestate | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/f64f9f0f-d9f0-47fb-9759-79c30df18972/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetClimatestate | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/f64f9f0f-d9f0-47fb-9759-79c30df18972/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetClimatestate | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/f64f9f0f-d9f0-47fb-9759-79c30df18972/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetClimatestate | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/3a8c01f8-a821-48a5-8fd6-582ead334b44/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Manuallystartorstopionising. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/3a8c01f8-a821-48a5-8fd6-582ead334b44/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Manuallystartorstopionising. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/3a8c01f8-a821-48a5-8fd6-582ead334b44/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Manuallystartorstopionising. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/3a8c01f8-a821-48a5-8fd6-582ead334b44/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Manuallystartorstopionising. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/588a671a-41a9-419a-ad7c-dbd7520594c2/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | EnableordisableWi-Ficompletely. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/588a671a-41a9-419a-ad7c-dbd7520594c2/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | EnableordisableWi-Ficompletely. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/588a671a-41a9-419a-ad7c-dbd7520594c2/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | EnableordisableWi-Ficompletely. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/588a671a-41a9-419a-ad7c-dbd7520594c2/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | EnableordisableWi-Ficompletely. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/31ab7504-2d86-409a-abf2-2101566273d2/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Manuallystartorstopdefrosting. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/31ab7504-2d86-409a-abf2-2101566273d2/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Manuallystartorstopdefrosting. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/31ab7504-2d86-409a-abf2-2101566273d2/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Manuallystartorstopdefrosting. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/31ab7504-2d86-409a-abf2-2101566273d2/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Manuallystartorstopdefrosting. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/9c71f643-23bc-4dad-bb49-8dd5c7e9adb5/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Activateordeactivatevaletmode. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/9c71f643-23bc-4dad-bb49-8dd5c7e9adb5/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Activateordeactivatevaletmode. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/9c71f643-23bc-4dad-bb49-8dd5c7e9adb5/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Activateordeactivatevaletmode. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/9c71f643-23bc-4dad-bb49-8dd5c7e9adb5/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Activateordeactivatevaletmode. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/45bfaade-c270-4445-9c59-439152300532/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetWi-Fistate | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/45bfaade-c270-4445-9c59-439152300532/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetWi-Fistate | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/45bfaade-c270-4445-9c59-439152300532/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetWi-Fistate | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/45bfaade-c270-4445-9c59-439152300532/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetWi-Fistate | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/b6038911-a4cc-43a7-aed9-eaa2a7cbcf1f/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetEnginestate | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/b6038911-a4cc-43a7-aed9-eaa2a7cbcf1f/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetEnginestate | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/b6038911-a4cc-43a7-aed9-eaa2a7cbcf1f/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetEnginestate | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/b6038911-a4cc-43a7-aed9-eaa2a7cbcf1f/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetEnginestate | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/b6038911-a4cc-43a7-aed9-eaa2a7cbcf1f/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetEnginestate | 200 | null | {"estimatedRange": {"timestamp": "2021-05-20T14:34:20.442Z", "data": {"value": 0, "unit": "kilometers"}}, "batteryLevel": {"timestamp": "2021-03-02T10:30:39.957Z", "data": {"value": 0}}, "batteryCurrentAC": {"timestamp": "2021-03-02T10:30:39.957Z", "data": {"value": 0, "unit": "amperes"}}, "batteryCurrentDC": {"timestamp": "2021-03-02T10:30:39.958Z", "data": {"value": 0, "unit": "amperes"}}, "chargerVoltageAC": {"timestamp": "2021-03-02T10:30:39.958Z", "data": {"value": 0, "unit": "volts"}}, "chargerVoltageDC": {"timestamp": "2021-03-02T10:30:39.958Z", "data": {"value": 0, "unit": "volts"}}, "chargeLimit": {"timestamp": "2021-12-03T16:22:42.291Z", "data": {"value": 0}}, "timeToCompleteCharge": {"timestamp": "2021-03-02T10:30:39.959Z", "data": {"value": 0, "unit": "minutes"}}, "chargingRateKW": {"timestamp": "2021-03-02T10:30:39.959Z", "data": {"value": 0, "unit": "kilowatts"}}, "chargePortState": {"timestamp": "2021-12-03T16:22:42.644Z", "data": {"value": "open"}}, "chargeMode": {"timestamp": "2021-12-03T16:22:42.959Z", "data": {"value": "timer_based"}}, "maxChargingCurrent": {"timestamp": "2021-03-02T10:30:39.961Z", "data": {"value": 0, "unit": "amperes"}}, "plugType": {"timestamp": "2021-03-02T10:30:39.961Z", "data": {"value": "type_2"}}, "chargingWindowChosen": {"timestamp": "2021-03-02T10:30:39.961Z", "data": {"value": "not_chosen"}}, "departureTimes": [{"timestamp": "2021-03-02T10:30:39.962Z", "data": {"state": {"value": "inactive"}, "time": {"hour": {"value": 0}, "minute": {"value": 0}}}}], "reductionTimes": [{"timestamp": "2021-07-19T14:17:45.984Z", "data": {"startStop": {"value": "start"}, "time": {"hour": {"value": 0}, "minute": {"value": 0}}}}], "batteryTemperature": {"timestamp": "2021-03-02T10:30:39.963Z", "data": {"value": 0, "unit": "celsius"}}, "timers": [{"timestamp": "2021-07-19T14:17:39.366Z", "data": {"timerType": {"value": "preferred_start_time"}, "date": {"value": "2017-01-10T16:32:05.000Z"}}}], "pluggedIn": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": "plugged_in"}}, "status": {"timestamp": "2021-12-03T16:22:41.968Z", "data": {"value": "charging"}}, "chargingRate": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": 0, "unit": "kilowatts"}}, "batteryCurrent": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": 0, "unit": "amperes"}}, "chargerVoltage": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": 0, "unit": "volts"}}, "currentType": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": "alternating_current"}}, "maxRange": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": 0, "unit": "kilometers"}}, "starterBatteryState": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": "green"}}, "smartChargingStatus": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": "scc_is_active"}}, "batteryLevelAtDeparture": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": 0}}, "preconditioningDepartureStatus": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": "active"}}, "preconditioningImmediateStatus": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": "active"}}, "preconditioningDepartureEnabled": {"timestamp": "2021-03-02T10:30:39.967Z", "data": {"value": "enabled"}}, "preconditioningError": {"timestamp": "2021-03-02T10:30:39.967Z", "data": {"value": "not_possible_low"}}, "batteryCapacity": {"timestamp": "2021-05-05T20:12:52.600Z", "data": {"value": 0, "unit": "kilowatt_hours"}}} | {"type": "object", "properties": {"estimatedRange": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-05-20T14:34:20.442Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 500}, "unit": {"type": "string", "description": "", "default": "kilometers"}}}}}, "batteryLevel": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.957Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 0.5}}}}}, "batteryCurrentAC": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.957Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": -0.6}, "unit": {"type": "string", "description": "", "default": "amperes"}}}}}, "batteryCurrentDC": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.958Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": -0.6}, "unit": {"type": "string", "description": "", "default": "amperes"}}}}}, "chargerVoltageAC": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.958Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 400}, "unit": {"type": "string", "description": "", "default": "volts"}}}}}, "chargerVoltageDC": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.958Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 400}, "unit": {"type": "string", "description": "", "default": "volts"}}}}}, "chargeLimit": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-12-03T16:22:42.291Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 0.9}}}}}, "timeToCompleteCharge": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.959Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 60}, "unit": {"type": "string", "description": "", "default": "minutes"}}}}}, "chargingRateKW": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.959Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 3.5}, "unit": {"type": "string", "description": "", "default": "kilowatts"}}}}}, "chargePortState": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-12-03T16:22:42.644Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "open"}}}}}, "chargeMode": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-12-03T16:22:42.959Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "timer_based"}}}}}, "maxChargingCurrent": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.961Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 25}, "unit": {"type": "string", "description": "", "default": "amperes"}}}}}, "plugType": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.961Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "type_2"}}}}}, "chargingWindowChosen": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.961Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "not_chosen"}}}}}, "departureTimes": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.962Z"}, "data": {"type": "object", "properties": {"state": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "inactive"}}}, "time": {"type": "object", "properties": {"hour": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 11}}}, "minute": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 51}}}}}}}}}}, "reductionTimes": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-07-19T14:17:45.984Z"}, "data": {"type": "object", "properties": {"startStop": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "start"}}}, "time": {"type": "object", "properties": {"hour": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 17}}}, "minute": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 33}}}}}}}}}}, "batteryTemperature": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.963Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 38.4}, "unit": {"type": "string", "description": "", "default": "celsius"}}}}}, "timers": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-07-19T14:17:39.366Z"}, "data": {"type": "object", "properties": {"timerType": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "preferred_start_time"}}}, "date": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "2017-01-10T16:32:05.000Z"}}}}}}}}, "pluggedIn": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "plugged_in"}}}}}, "status": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-12-03T16:22:41.968Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "charging"}}}}}, "chargingRate": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 150}, "unit": {"type": "string", "description": "", "default": "kilowatts"}}}}}, "batteryCurrent": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": -0.6}, "unit": {"type": "string", "description": "", "default": "amperes"}}}}}, "chargerVoltage": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 400}, "unit": {"type": "string", "description": "", "default": "volts"}}}}}, "currentType": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "alternating_current"}}}}}, "maxRange": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 555}, "unit": {"type": "string", "description": "", "default": "kilometers"}}}}}, "starterBatteryState": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "green"}}}}}, "smartChargingStatus": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "scc_is_active"}}}}}, "batteryLevelAtDeparture": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 0.9}}}}}, "preconditioningDepartureStatus": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "active"}}}}}, "preconditioningImmediateStatus": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "active"}}}}}, "preconditioningDepartureEnabled": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.967Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "enabled"}}}}}, "preconditioningError": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.967Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "not_possible_low"}}}}}, "batteryCapacity": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-05-05T20:12:52.600Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 70}, "unit": {"type": "string", "description": "", "default": "kilowatt_hours"}}}}}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/cb8ba87c-d954-4fa7-b6dd-be73c8800b2a/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetValetModestate | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/cb8ba87c-d954-4fa7-b6dd-be73c8800b2a/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetValetModestate | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/cb8ba87c-d954-4fa7-b6dd-be73c8800b2a/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetValetModestate | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/cb8ba87c-d954-4fa7-b6dd-be73c8800b2a/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetValetModestate | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/4bf87940-5b9b-45f6-a753-4b5d33704da9/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Handoveravideofromsmartdevicetocarheadunittobeshowninthecardisplay.TheemulatorsupportsHTML5videoplayerformats.mp4and.webm. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/4bf87940-5b9b-45f6-a753-4b5d33704da9/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Handoveravideofromsmartdevicetocarheadunittobeshowninthecardisplay.TheemulatorsupportsHTML5videoplayerformats.mp4and.webm. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/4bf87940-5b9b-45f6-a753-4b5d33704da9/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Handoveravideofromsmartdevicetocarheadunittobeshowninthecardisplay.TheemulatorsupportsHTML5videoplayerformats.mp4and.webm. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/4bf87940-5b9b-45f6-a753-4b5d33704da9/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Handoveravideofromsmartdevicetocarheadunittobeshowninthecardisplay.TheemulatorsupportsHTML5videoplayerformats.mp4and.webm. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/666cfa56-56c6-4003-9297-8cd564e40cc4/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Attempttostopthecontrolmodeofthecar. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/666cfa56-56c6-4003-9297-8cd564e40cc4/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Attempttostopthecontrolmodeofthecar. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/666cfa56-56c6-4003-9297-8cd564e40cc4/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Attempttostopthecontrolmodeofthecar. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/666cfa56-56c6-4003-9297-8cd564e40cc4/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Attempttostopthecontrolmodeofthecar. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/f64e81ce-ff6d-470e-b75b-740b302f0321/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Forgetanetworkthatthecarhaspreviouslyconnectedto. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/f64e81ce-ff6d-470e-b75b-740b302f0321/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Forgetanetworkthatthecarhaspreviouslyconnectedto. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/f64e81ce-ff6d-470e-b75b-740b302f0321/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Forgetanetworkthatthecarhaspreviouslyconnectedto. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/f64e81ce-ff6d-470e-b75b-740b302f0321/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Forgetanetworkthatthecarhaspreviouslyconnectedto. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/5cd47b0d-8a9d-40c0-a610-0e54de17be81/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Controlthegasflapofthecar. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/5cd47b0d-8a9d-40c0-a610-0e54de17be81/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Controlthegasflapofthecar. | 200 | null | {"estimatedRange": {"timestamp": "2021-05-20T14:34:20.442Z", "data": {"value": 0, "unit": "kilometers"}}, "batteryLevel": {"timestamp": "2021-03-02T10:30:39.957Z", "data": {"value": 0}}, "batteryCurrentAC": {"timestamp": "2021-03-02T10:30:39.957Z", "data": {"value": 0, "unit": "amperes"}}, "batteryCurrentDC": {"timestamp": "2021-03-02T10:30:39.958Z", "data": {"value": 0, "unit": "amperes"}}, "chargerVoltageAC": {"timestamp": "2021-03-02T10:30:39.958Z", "data": {"value": 0, "unit": "volts"}}, "chargerVoltageDC": {"timestamp": "2021-03-02T10:30:39.958Z", "data": {"value": 0, "unit": "volts"}}, "chargeLimit": {"timestamp": "2021-12-03T16:22:42.291Z", "data": {"value": 0}}, "timeToCompleteCharge": {"timestamp": "2021-03-02T10:30:39.959Z", "data": {"value": 0, "unit": "minutes"}}, "chargingRateKW": {"timestamp": "2021-03-02T10:30:39.959Z", "data": {"value": 0, "unit": "kilowatts"}}, "chargePortState": {"timestamp": "2021-12-03T16:22:42.644Z", "data": {"value": "open"}}, "chargeMode": {"timestamp": "2021-12-03T16:22:42.959Z", "data": {"value": "timer_based"}}, "maxChargingCurrent": {"timestamp": "2021-03-02T10:30:39.961Z", "data": {"value": 0, "unit": "amperes"}}, "plugType": {"timestamp": "2021-03-02T10:30:39.961Z", "data": {"value": "type_2"}}, "chargingWindowChosen": {"timestamp": "2021-03-02T10:30:39.961Z", "data": {"value": "not_chosen"}}, "departureTimes": [{"timestamp": "2021-03-02T10:30:39.962Z", "data": {"state": {"value": "inactive"}, "time": {"hour": {"value": 0}, "minute": {"value": 0}}}}], "reductionTimes": [{"timestamp": "2021-07-19T14:17:45.984Z", "data": {"startStop": {"value": "start"}, "time": {"hour": {"value": 0}, "minute": {"value": 0}}}}], "batteryTemperature": {"timestamp": "2021-03-02T10:30:39.963Z", "data": {"value": 0, "unit": "celsius"}}, "timers": [{"timestamp": "2021-07-19T14:17:39.366Z", "data": {"timerType": {"value": "preferred_start_time"}, "date": {"value": "2017-01-10T16:32:05.000Z"}}}], "pluggedIn": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": "plugged_in"}}, "status": {"timestamp": "2021-12-03T16:22:41.968Z", "data": {"value": "charging"}}, "chargingRate": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": 0, "unit": "kilowatts"}}, "batteryCurrent": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": 0, "unit": "amperes"}}, "chargerVoltage": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": 0, "unit": "volts"}}, "currentType": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": "alternating_current"}}, "maxRange": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": 0, "unit": "kilometers"}}, "starterBatteryState": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": "green"}}, "smartChargingStatus": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": "scc_is_active"}}, "batteryLevelAtDeparture": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": 0}}, "preconditioningDepartureStatus": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": "active"}}, "preconditioningImmediateStatus": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": "active"}}, "preconditioningDepartureEnabled": {"timestamp": "2021-03-02T10:30:39.967Z", "data": {"value": "enabled"}}, "preconditioningError": {"timestamp": "2021-03-02T10:30:39.967Z", "data": {"value": "not_possible_low"}}, "batteryCapacity": {"timestamp": "2021-05-05T20:12:52.600Z", "data": {"value": 0, "unit": "kilowatt_hours"}}} | {"type": "object", "properties": {"estimatedRange": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-05-20T14:34:20.442Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 500}, "unit": {"type": "string", "description": "", "default": "kilometers"}}}}}, "batteryLevel": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.957Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 0.5}}}}}, "batteryCurrentAC": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.957Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": -0.6}, "unit": {"type": "string", "description": "", "default": "amperes"}}}}}, "batteryCurrentDC": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.958Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": -0.6}, "unit": {"type": "string", "description": "", "default": "amperes"}}}}}, "chargerVoltageAC": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.958Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 400}, "unit": {"type": "string", "description": "", "default": "volts"}}}}}, "chargerVoltageDC": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.958Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 400}, "unit": {"type": "string", "description": "", "default": "volts"}}}}}, "chargeLimit": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-12-03T16:22:42.291Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 0.9}}}}}, "timeToCompleteCharge": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.959Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 60}, "unit": {"type": "string", "description": "", "default": "minutes"}}}}}, "chargingRateKW": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.959Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 3.5}, "unit": {"type": "string", "description": "", "default": "kilowatts"}}}}}, "chargePortState": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-12-03T16:22:42.644Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "open"}}}}}, "chargeMode": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-12-03T16:22:42.959Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "timer_based"}}}}}, "maxChargingCurrent": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.961Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 25}, "unit": {"type": "string", "description": "", "default": "amperes"}}}}}, "plugType": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.961Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "type_2"}}}}}, "chargingWindowChosen": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.961Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "not_chosen"}}}}}, "departureTimes": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.962Z"}, "data": {"type": "object", "properties": {"state": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "inactive"}}}, "time": {"type": "object", "properties": {"hour": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 11}}}, "minute": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 51}}}}}}}}}}, "reductionTimes": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-07-19T14:17:45.984Z"}, "data": {"type": "object", "properties": {"startStop": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "start"}}}, "time": {"type": "object", "properties": {"hour": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 17}}}, "minute": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 33}}}}}}}}}}, "batteryTemperature": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.963Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 38.4}, "unit": {"type": "string", "description": "", "default": "celsius"}}}}}, "timers": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-07-19T14:17:39.366Z"}, "data": {"type": "object", "properties": {"timerType": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "preferred_start_time"}}}, "date": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "2017-01-10T16:32:05.000Z"}}}}}}}}, "pluggedIn": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "plugged_in"}}}}}, "status": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-12-03T16:22:41.968Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "charging"}}}}}, "chargingRate": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 150}, "unit": {"type": "string", "description": "", "default": "kilowatts"}}}}}, "batteryCurrent": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": -0.6}, "unit": {"type": "string", "description": "", "default": "amperes"}}}}}, "chargerVoltage": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 400}, "unit": {"type": "string", "description": "", "default": "volts"}}}}}, "currentType": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "alternating_current"}}}}}, "maxRange": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 555}, "unit": {"type": "string", "description": "", "default": "kilometers"}}}}}, "starterBatteryState": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "green"}}}}}, "smartChargingStatus": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "scc_is_active"}}}}}, "batteryLevelAtDeparture": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 0.9}}}}}, "preconditioningDepartureStatus": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "active"}}}}}, "preconditioningImmediateStatus": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "active"}}}}}, "preconditioningDepartureEnabled": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.967Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "enabled"}}}}}, "preconditioningError": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.967Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "not_possible_low"}}}}}, "batteryCapacity": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-05-05T20:12:52.600Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 70}, "unit": {"type": "string", "description": "", "default": "kilowatt_hours"}}}}}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/5cd47b0d-8a9d-40c0-a610-0e54de17be81/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Controlthegasflapofthecar. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/5cd47b0d-8a9d-40c0-a610-0e54de17be81/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Controlthegasflapofthecar. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/5cd47b0d-8a9d-40c0-a610-0e54de17be81/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Controlthegasflapofthecar. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/88f8b94f-d954-48fc-8320-10e06deb5960/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Activate/chooseanotificationaction. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/88f8b94f-d954-48fc-8320-10e06deb5960/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Activate/chooseanotificationaction. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/88f8b94f-d954-48fc-8320-10e06deb5960/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Activate/chooseanotificationaction. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/88f8b94f-d954-48fc-8320-10e06deb5960/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Activate/chooseanotificationaction. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/def9c0bd-594a-40c7-aee6-9b0f969faa72/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Notifythecarthatamessagehasbeenreceived.Dependingonthecarsystem,itwilldisplayorreaditloudtothedriver. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/def9c0bd-594a-40c7-aee6-9b0f969faa72/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Notifythecarthatamessagehasbeenreceived.Dependingonthecarsystem,itwilldisplayorreaditloudtothedriver. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/def9c0bd-594a-40c7-aee6-9b0f969faa72/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Notifythecarthatamessagehasbeenreceived.Dependingonthecarsystem,itwilldisplayorreaditloudtothedriver. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/def9c0bd-594a-40c7-aee6-9b0f969faa72/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Notifythecarthatamessagehasbeenreceived.Dependingonthecarsystem,itwilldisplayorreaditloudtothedriver. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/248286e0-4de6-4a1c-a356-fc067abd5a51/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Setthechargelimit,towhichpointthecarwillchargeitself. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/248286e0-4de6-4a1c-a356-fc067abd5a51/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Setthechargelimit,towhichpointthecarwillchargeitself. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/248286e0-4de6-4a1c-a356-fc067abd5a51/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Setthechargelimit,towhichpointthecarwillchargeitself. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/248286e0-4de6-4a1c-a356-fc067abd5a51/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Setthechargelimit,towhichpointthecarwillchargeitself. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/a7c7c0d3-980d-4255-a0ba-f97c64874a69/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Setthechargingtimersofthecar.Thecommandcanincludeoneofthedifferenttimertypesorall. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/a7c7c0d3-980d-4255-a0ba-f97c64874a69/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Setthechargingtimersofthecar.Thecommandcanincludeoneofthedifferenttimertypesorall. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/a7c7c0d3-980d-4255-a0ba-f97c64874a69/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Setthechargingtimersofthecar.Thecommandcanincludeoneofthedifferenttimertypesorall. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/a7c7c0d3-980d-4255-a0ba-f97c64874a69/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Setthechargingtimersofthecar.Thecommandcanincludeoneofthedifferenttimertypesorall. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/ef42f6b5-5dd0-447c-9b5d-628186e81bda/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Manuallystartorstopdefogging. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/ef42f6b5-5dd0-447c-9b5d-628186e81bda/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Manuallystartorstopdefogging. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/ef42f6b5-5dd0-447c-9b5d-628186e81bda/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Manuallystartorstopdefogging. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/ef42f6b5-5dd0-447c-9b5d-628186e81bda/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | Manuallystartorstopdefogging. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/bd644584-fafd-4ee0-8684-a7ec16d2fa79/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | ActivateordeactivatetheStart-Stopsystemoftheengine.Whenactivated,thiswillautomaticallyshutdownandrestarttheinternalcombustionenginewhenthevehicleisstopped. | 200 | null | {"estimatedRange": {"timestamp": "2021-05-20T14:34:20.442Z", "data": {"value": 0, "unit": "kilometers"}}, "batteryLevel": {"timestamp": "2021-03-02T10:30:39.957Z", "data": {"value": 0}}, "batteryCurrentAC": {"timestamp": "2021-03-02T10:30:39.957Z", "data": {"value": 0, "unit": "amperes"}}, "batteryCurrentDC": {"timestamp": "2021-03-02T10:30:39.958Z", "data": {"value": 0, "unit": "amperes"}}, "chargerVoltageAC": {"timestamp": "2021-03-02T10:30:39.958Z", "data": {"value": 0, "unit": "volts"}}, "chargerVoltageDC": {"timestamp": "2021-03-02T10:30:39.958Z", "data": {"value": 0, "unit": "volts"}}, "chargeLimit": {"timestamp": "2021-12-03T16:22:42.291Z", "data": {"value": 0}}, "timeToCompleteCharge": {"timestamp": "2021-03-02T10:30:39.959Z", "data": {"value": 0, "unit": "minutes"}}, "chargingRateKW": {"timestamp": "2021-03-02T10:30:39.959Z", "data": {"value": 0, "unit": "kilowatts"}}, "chargePortState": {"timestamp": "2021-12-03T16:22:42.644Z", "data": {"value": "open"}}, "chargeMode": {"timestamp": "2021-12-03T16:22:42.959Z", "data": {"value": "timer_based"}}, "maxChargingCurrent": {"timestamp": "2021-03-02T10:30:39.961Z", "data": {"value": 0, "unit": "amperes"}}, "plugType": {"timestamp": "2021-03-02T10:30:39.961Z", "data": {"value": "type_2"}}, "chargingWindowChosen": {"timestamp": "2021-03-02T10:30:39.961Z", "data": {"value": "not_chosen"}}, "departureTimes": [{"timestamp": "2021-03-02T10:30:39.962Z", "data": {"state": {"value": "inactive"}, "time": {"hour": {"value": 0}, "minute": {"value": 0}}}}], "reductionTimes": [{"timestamp": "2021-07-19T14:17:45.984Z", "data": {"startStop": {"value": "start"}, "time": {"hour": {"value": 0}, "minute": {"value": 0}}}}], "batteryTemperature": {"timestamp": "2021-03-02T10:30:39.963Z", "data": {"value": 0, "unit": "celsius"}}, "timers": [{"timestamp": "2021-07-19T14:17:39.366Z", "data": {"timerType": {"value": "preferred_start_time"}, "date": {"value": "2017-01-10T16:32:05.000Z"}}}], "pluggedIn": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": "plugged_in"}}, "status": {"timestamp": "2021-12-03T16:22:41.968Z", "data": {"value": "charging"}}, "chargingRate": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": 0, "unit": "kilowatts"}}, "batteryCurrent": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": 0, "unit": "amperes"}}, "chargerVoltage": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": 0, "unit": "volts"}}, "currentType": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": "alternating_current"}}, "maxRange": {"timestamp": "2021-03-02T10:30:39.965Z", "data": {"value": 0, "unit": "kilometers"}}, "starterBatteryState": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": "green"}}, "smartChargingStatus": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": "scc_is_active"}}, "batteryLevelAtDeparture": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": 0}}, "preconditioningDepartureStatus": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": "active"}}, "preconditioningImmediateStatus": {"timestamp": "2021-03-02T10:30:39.966Z", "data": {"value": "active"}}, "preconditioningDepartureEnabled": {"timestamp": "2021-03-02T10:30:39.967Z", "data": {"value": "enabled"}}, "preconditioningError": {"timestamp": "2021-03-02T10:30:39.967Z", "data": {"value": "not_possible_low"}}, "batteryCapacity": {"timestamp": "2021-05-05T20:12:52.600Z", "data": {"value": 0, "unit": "kilowatt_hours"}}} | {"type": "object", "properties": {"estimatedRange": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-05-20T14:34:20.442Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 500}, "unit": {"type": "string", "description": "", "default": "kilometers"}}}}}, "batteryLevel": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.957Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 0.5}}}}}, "batteryCurrentAC": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.957Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": -0.6}, "unit": {"type": "string", "description": "", "default": "amperes"}}}}}, "batteryCurrentDC": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.958Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": -0.6}, "unit": {"type": "string", "description": "", "default": "amperes"}}}}}, "chargerVoltageAC": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.958Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 400}, "unit": {"type": "string", "description": "", "default": "volts"}}}}}, "chargerVoltageDC": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.958Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 400}, "unit": {"type": "string", "description": "", "default": "volts"}}}}}, "chargeLimit": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-12-03T16:22:42.291Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 0.9}}}}}, "timeToCompleteCharge": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.959Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 60}, "unit": {"type": "string", "description": "", "default": "minutes"}}}}}, "chargingRateKW": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.959Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 3.5}, "unit": {"type": "string", "description": "", "default": "kilowatts"}}}}}, "chargePortState": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-12-03T16:22:42.644Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "open"}}}}}, "chargeMode": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-12-03T16:22:42.959Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "timer_based"}}}}}, "maxChargingCurrent": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.961Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 25}, "unit": {"type": "string", "description": "", "default": "amperes"}}}}}, "plugType": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.961Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "type_2"}}}}}, "chargingWindowChosen": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.961Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "not_chosen"}}}}}, "departureTimes": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.962Z"}, "data": {"type": "object", "properties": {"state": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "inactive"}}}, "time": {"type": "object", "properties": {"hour": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 11}}}, "minute": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 51}}}}}}}}}}, "reductionTimes": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-07-19T14:17:45.984Z"}, "data": {"type": "object", "properties": {"startStop": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "start"}}}, "time": {"type": "object", "properties": {"hour": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 17}}}, "minute": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 33}}}}}}}}}}, "batteryTemperature": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.963Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 38.4}, "unit": {"type": "string", "description": "", "default": "celsius"}}}}}, "timers": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-07-19T14:17:39.366Z"}, "data": {"type": "object", "properties": {"timerType": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "preferred_start_time"}}}, "date": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "2017-01-10T16:32:05.000Z"}}}}}}}}, "pluggedIn": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "plugged_in"}}}}}, "status": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-12-03T16:22:41.968Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "charging"}}}}}, "chargingRate": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 150}, "unit": {"type": "string", "description": "", "default": "kilowatts"}}}}}, "batteryCurrent": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": -0.6}, "unit": {"type": "string", "description": "", "default": "amperes"}}}}}, "chargerVoltage": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 400}, "unit": {"type": "string", "description": "", "default": "volts"}}}}}, "currentType": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "alternating_current"}}}}}, "maxRange": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.965Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 555}, "unit": {"type": "string", "description": "", "default": "kilometers"}}}}}, "starterBatteryState": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "green"}}}}}, "smartChargingStatus": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "scc_is_active"}}}}}, "batteryLevelAtDeparture": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 0.9}}}}}, "preconditioningDepartureStatus": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "active"}}}}}, "preconditioningImmediateStatus": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.966Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "active"}}}}}, "preconditioningDepartureEnabled": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.967Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "enabled"}}}}}, "preconditioningError": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-03-02T10:30:39.967Z"}, "data": {"type": "object", "properties": {"value": {"type": "string", "description": "", "default": "not_possible_low"}}}}}, "batteryCapacity": {"type": "object", "properties": {"timestamp": {"type": "string", "description": "", "default": "2021-05-05T20:12:52.600Z"}, "data": {"type": "object", "properties": {"value": {"type": "integer", "description": "", "default": 70}, "unit": {"type": "string", "description": "", "default": "kilowatt_hours"}}}}}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/bd644584-fafd-4ee0-8684-a7ec16d2fa79/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | ActivateordeactivatetheStart-Stopsystemoftheengine.Whenactivated,thiswillautomaticallyshutdownandrestarttheinternalcombustionenginewhenthevehicleisstopped. | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/bd644584-fafd-4ee0-8684-a7ec16d2fa79/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | ActivateordeactivatetheStart-Stopsystemoftheengine.Whenactivated,thiswillautomaticallyshutdownandrestarttheinternalcombustionenginewhenthevehicleisstopped. | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/bd644584-fafd-4ee0-8684-a7ec16d2fa79/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | ActivateordeactivatetheStart-Stopsystemoftheengine.Whenactivated,thiswillautomaticallyshutdownandrestarttheinternalcombustionenginewhenthevehicleisstopped. | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/bd644584-fafd-4ee0-8684-a7ec16d2fa79/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | ActivateordeactivatetheStart-Stopsystemoftheengine.Whenactivated,thiswillautomaticallyshutdownandrestarttheinternalcombustionenginewhenthevehicleisstopped. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/64ba9f6e-1104-48d6-903d-144d8c8435ff/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetDashboardLightsstate | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/64ba9f6e-1104-48d6-903d-144d8c8435ff/2/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetDashboardLightsstate | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/64ba9f6e-1104-48d6-903d-144d8c8435ff/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetDashboardLightsstate | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/64ba9f6e-1104-48d6-903d-144d8c8435ff/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetDashboardLightsstate | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/f35f40c3-5c8b-4393-b494-d9dae2bfb2ff/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetVehicleTimestate | 400 | null | {"errorCode": 0, "failureType": "unsupported_capability", "failureDescription": "Capability not supported by this vehicle"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 400}, "failureType": {"type": "string", "description": "", "default": "unsupported_capability"}, "failureDescription": {"type": "string", "description": "", "default": "Capability not supported by this vehicle"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/f35f40c3-5c8b-4393-b494-d9dae2bfb2ff/1/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetVehicleTimestate | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/f35f40c3-5c8b-4393-b494-d9dae2bfb2ff/3/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetVehicleTimestate | 401 | null | {"errorCode": 0, "failureType": "auth_header_missing", "failureDescription": "Missing authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 401}, "failureType": {"type": "string", "description": "", "default": "auth_header_missing"}, "failureDescription": {"type": "string", "description": "", "default": "Missing authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/f35f40c3-5c8b-4393-b494-d9dae2bfb2ff/4/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | GetVehicleTimestate | 403 | null | {"errorCode": 0, "failureType": "auth_header_invalid", "failureDescription": "Invalid authentication header"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 403}, "failureType": {"type": "string", "description": "", "default": "auth_header_invalid"}, "failureDescription": {"type": "string", "description": "", "default": "Invalid authentication header"}}} |
|
c05d9edc-b219-40f4-b821-62462b8b5d5e/2933f91f-8473-4ab4-a131-28ee6e140919/0/0 | High Mobility | Businesses use High Mobility to build their perfect blend of car data points to optimise and scale their products. | null | ConnectthecartoaWi-Finetwork. | 408 | null | {"errorCode": 0, "failureType": "vehicle_asleep", "failureDescription": "Vehicle Asleep"} | {"type": "object", "properties": {"errorCode": {"type": "integer", "description": "", "default": 408}, "failureType": {"type": "string", "description": "", "default": "vehicle_asleep"}, "failureDescription": {"type": "string", "description": "", "default": "Vehicle Asleep"}}} |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.