Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "be929b61-ae0c-4929-9afb-95bad90c6da9",
"applicationId": "c48b5e18-a62f-428c-bda9-120b41f1a006",
"isLicensed": true,
"createdDateUtc": "2026-08-10T13:44:02.6312615+00:00",
"updatedDateUtc": "2026-08-10T13:44:02.6312615+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-08-10T13:44:02.6312615+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-10T13:44:02.6312615+00:00</UpdatedDateUtc> <ApplicationId>c48b5e18-a62f-428c-bda9-120b41f1a006</ApplicationId> <DeviceId>be929b61-ae0c-4929-9afb-95bad90c6da9</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>