Waviness

Number of APIs: 7

This API provides a list of waviness data 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/waviness

Contact Support: Name: Mercedes-Benz /developers support team Email: developer@mercedes-benz.com

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

  2. waviness-export - triggers the export of the waviness data into files GET {{baseUrl}}/waviness/export?fileFormat=csv&compression=none&fileSize=50&longitudePoint1=<number>&latitudePoint1=<number>&longitudePoint2=<number>&latitudePoint2=<number>&minIri=<float>&minIriConfidence=<float>

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

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

  5. waviness - Retrieve waviness data restricted to the predefined area of the user GET {{baseUrl}}/waviness?page=<integer>&size=<integer>&longitudePoint1=<number>&latitudePoint1=<number>&longitudePoint2=<number>&latitudePoint2=<number>&minIri=<float>&minIriConfidence=<float>

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

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