Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "1b2a7bf8-e9d9-4c2b-be77-5bbd4da275e6",
"applicationId": "e6acd70d-0798-4a3a-b135-5c3dcee4c2fd",
"isLicensed": true,
"createdDateUtc": "2026-03-24T12:58:48.4009035+00:00",
"updatedDateUtc": "2026-03-24T12:58:48.4009035+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-24T12:58:48.4009035+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-24T12:58:48.4009035+00:00</UpdatedDateUtc> <ApplicationId>e6acd70d-0798-4a3a-b135-5c3dcee4c2fd</ApplicationId> <DeviceId>1b2a7bf8-e9d9-4c2b-be77-5bbd4da275e6</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>