Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "1a7f79f7-6262-4b99-8ada-56a8f7e78026",
"applicationId": "805e8b38-84dd-48d7-8bc4-329ab50c8072",
"isLicensed": true,
"createdDateUtc": "2026-09-05T21:22:59.6314814+00:00",
"updatedDateUtc": "2026-09-05T21:22:59.6314814+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-09-05T21:22:59.6314814+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-05T21:22:59.6314814+00:00</UpdatedDateUtc> <ApplicationId>805e8b38-84dd-48d7-8bc4-329ab50c8072</ApplicationId> <DeviceId>1a7f79f7-6262-4b99-8ada-56a8f7e78026</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>