Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "f799c0eb-31c1-49fb-a4a7-f17444bbb66f",
"applicationId": "481326e3-119b-4c73-bed0-fdc78f684330",
"isLicensed": true,
"createdDateUtc": "2026-04-03T05:39:59.8092334+00:00",
"updatedDateUtc": "2026-04-03T05:39:59.8092334+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>2026-04-03T05:39:59.8092334+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-03T05:39:59.8092334+00:00</UpdatedDateUtc> <ApplicationId>481326e3-119b-4c73-bed0-fdc78f684330</ApplicationId> <DeviceId>f799c0eb-31c1-49fb-a4a7-f17444bbb66f</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>