Gets a DeviceApplication.
Name | Description | Additional information |
---|---|---|
deviceId |
Define this parameter in the request URI. |
|
applicationId |
Define this parameter in the request URI. |
{ "deviceId": "2e279fc5-42b6-489e-8385-9722e9418ed2", "applicationId": "e3521c6f-be21-48e2-a7b7-0bf7c393ecb0", "isLicensed": true, "createdDateUtc": "2025-10-23T08:48:04.635769+00:00", "updatedDateUtc": "2025-10-23T08:48:04.635769+00:00" }
<DeviceApplicationRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2025-10-23T08:48:04.635769+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-10-23T08:48:04.635769+00:00</UpdatedDateUtc> <ApplicationId>e3521c6f-be21-48e2-a7b7-0bf7c393ecb0</ApplicationId> <DeviceId>2e279fc5-42b6-489e-8385-9722e9418ed2</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>