Device

Number of APIs: 8

  1. Get Devices v1 GET {{baseUrl}}/v1/device?pagination=<integer>&applicationType=webos&search=<string>&model=<string>&maxStorageStatusPercentage=<integer>&minStorageStatusPercentage=<integer>&createdSince=<string>&createdUntil=<string>

  2. Get Device v1 GET {{baseUrl}}/v1/device/:deviceUid

  3. Update Device Name PUT {{baseUrl}}/v1/device/:deviceUid

  4. Get Device v2 GET {{baseUrl}}/v2/device/:deviceUid

  5. Configure Device PUT {{baseUrl}}/v2/device/:deviceUid

  6. Get Device Authentication Hash GET {{baseUrl}}/v1/device/:deviceUid/authentication

  7. Get Device by Authentication Hash GET {{baseUrl}}/v1/device/authentication/:deviceAuthHash

  8. Get Devices v2 GET {{baseUrl}}/v2/device?applicationType=webos&search=<string>&model=<string>&brand=<string>&osVersion=<string>&serialNumber=<string>&firmwareVersion=<string>&locationUid=<string>&appletUids=<string>&appletUids=<string>&policyUids=<string>&policyUids=<string>&tagUids=<string>&tagUids=<string>&alertUid=<string>&hasPolicy=<boolean>&limit=<integer>