Analyze MyMachine /Condition API Documentation

Number of APIs: 14

API defining resources and operations for AMM /C related data like Measurements.

  • AMM /C API is hosted behind SINUMERIK Edge MiniWeb application.
  • Basic Authentication & Client Certificate Authentication are supported which are functionalities of SINUMERIK Edge MiniWeb application. Check SINUMERIK Edge MiniWeb application documentation for further information.
  • OEMCommissioningEngineer and OEMServiceEngineer are the supported user groups
  1. measurements-{id}-results-{resultId}-graphData - Get the graphical data of backlash for the given measurement id and the result id. GET {{baseUrl}}/measurements/:id/results/:resultId/graphData/backlash

  2. measurements-{id}-results-{resultId}-graphData - Get the graphical data for the given measurement id and the result id. GET {{baseUrl}}/measurements/:id/results/:resultId/graphData/signature

  3. measurements-{id}-results-{resultId}-graphData - Get the graphical data of friction for the given measurement id and the result id. GET {{baseUrl}}/measurements/:id/results/:resultId/graphData/friction

  4. measurements-{id}-results-{resultId} - Get the result for the given measurement id and the result id. GET {{baseUrl}}/measurements/:id/results/:resultId

  5. measurements-{id} - Get measurement GET {{baseUrl}}/measurements/:id

  6. measurements - Get measurements GET {{baseUrl}}/measurements?page=0&size=20

  7. measurementGroups - Get measurement groups GET {{baseUrl}}/measurementGroups?page=0&size=5

  8. measurementGroups - Get measurement group GET {{baseUrl}}/measurementGroups/:id

  9. measurements-{id} - Get the threshold for the given measurement id. GET {{baseUrl}}/measurements/:id/threshold

  10. measurements-{id}-results-{resultId} - Get raw data of the the result for the given measurement id and the result id. GET {{baseUrl}}/measurements/:id/results/:resultId/rawData