Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


PurposeHTTP methodURLparametersexample
get all devicesGEThttp://localhost:7557/devices
curl -i 'http://localhost:7557/devices' -X GET
get Serialnr of specific deviceGET
curl -i 'http://localhost:7557/devices/?query={"_deviceId._SerialNumber":"abcd"}' -X GET