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

  1. surfaceevents-export-{jobId} - Get the current status of the export process GET {{baseUrl}}/surfaceevents/export/:jobId

  2. 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>

  3. surfaceevents-export - Triggers the export of the surface events data into files POST {{baseUrl}}/surfaceevents/export?fileFormat=csv&compression=none&fileSize=50

  4. surfaceevents-files-{fileName} - Returns the file with the given name GET {{baseUrl}}/surfaceevents/files/:fileName

  5. 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>

  6. surfaceevents - Retrieve surface events restricted to the predefined area of the user POST {{baseUrl}}/surfaceevents?page=<integer>&size=<integer>

  7. geojson - Retrieve the uuid of the area and the area that the user is restricted to GET {{baseUrl}}/geojson