GET devices/{deviceId}/launcher

Updates the current Device alias.

Remarks

C4M Error Code returned:

  • null

    The passwords for the device's launcher profile are retrieved with success.

  • DeviceNotFound

    Device not found in the environment.

  • DeviceWithoutLauncher

    Launcher Profile not found in the device.

HTTP Status returned:
  • 403 - Forbidden

    The authenticated user doesn't have permission to get the resource.

Request Information

Parameters

NameDescriptionAdditional information
deviceId
Device identifier.

Define this parameter in the request URI.

Response Information

Operation result.

Response body formats

application/json, text/json

Sample:
{
  "expirationDate": "2020-05-15T17:03:27.6960553-03:00",
  "password": "sample string 1",
  "passwordType": 0
}