Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "fdca3d96-13be-4d61-bb23-cbf8aa1bbe9c",
"applicationId": "607e3b78-3f19-493b-a9ec-00c3e6d9eb5c",
"isLicensed": true,
"createdDateUtc": "2026-08-27T04:31:25.8282404+00:00",
"updatedDateUtc": "2026-08-27T04:31:25.8282404+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-27T04:31:25.8282404+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-27T04:31:25.8282404+00:00</UpdatedDateUtc> <ApplicationId>607e3b78-3f19-493b-a9ec-00c3e6d9eb5c</ApplicationId> <DeviceId>fdca3d96-13be-4d61-bb23-cbf8aa1bbe9c</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>