Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "dabbdf95-f305-45ba-af48-b5837a30a8f2",
"applicationId": "c5596a36-af42-47e9-938c-6a4c5206837e",
"isLicensed": true,
"createdDateUtc": "2026-03-11T09:05:29.5939577+00:00",
"updatedDateUtc": "2026-03-11T09:05:29.5939577+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-03-11T09:05:29.5939577+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-11T09:05:29.5939577+00:00</UpdatedDateUtc> <ApplicationId>c5596a36-af42-47e9-938c-6a4c5206837e</ApplicationId> <DeviceId>dabbdf95-f305-45ba-af48-b5837a30a8f2</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>