Surface Events
Number of APIs: 7
This API provides a list of surface events in a restricted area predefined by a GeoJSON object for the specific user. Data is generated by Mercedes-Benz vehicles. More information see https://developer.mercedes-benz.com/products/surface_events
Contact Support: Name: Mercedes-Benz /developers support team Email: developer@mercedes-benz.com
-
surfaceevents-export-{jobId} - Get the current status of the export process GET {{baseUrl}}/surfaceevents/export/:jobId
-
surfaceevents-export - Triggers the export of the surface events data into files GET {{baseUrl}}/surfaceevents/export?fileFormat=csv&compression=none&fileSize=50&longitudePoint1=<number>&latitudePoint1=<number>&longitudePoint2=<number>&latitudePoint2=<number>&eventType=<string>&minConfidence=<float>&minIntensity=<float>&maxIntensity=<float>&minDetectionCount=<number>&maxDetectionCount=<number>
-
surfaceevents-export - Triggers the export of the surface events data into files POST {{baseUrl}}/surfaceevents/export?fileFormat=csv&compression=none&fileSize=50
-
surfaceevents-files-{fileName} - Returns the file with the given name GET {{baseUrl}}/surfaceevents/files/:fileName
-
surfaceevents - Retrieve surface events restricted to the predefined area of the user GET {{baseUrl}}/surfaceevents?page=<integer>&size=<integer>&longitudePoint1=<number>&latitudePoint1=<number>&longitudePoint2=<number>&latitudePoint2=<number>&eventType=<string>&minConfidence=<float>&minIntensity=<float>&maxIntensity=<float>&minDetectionCount=<number>&maxDetectionCount=<number>
-
surfaceevents - Retrieve surface events restricted to the predefined area of the user POST {{baseUrl}}/surfaceevents?page=<integer>&size=<integer>
-
geojson - Retrieve the uuid of the area and the area that the user is restricted to GET {{baseUrl}}/geojson