Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "95442243-a5ae-4a24-8824-bf08e796ca84",
"applicationId": "06832a2b-7a76-4d56-8129-059f1d4b8f84",
"isLicensed": true,
"createdDateUtc": "2026-06-08T06:23:50.2130097+00:00",
"updatedDateUtc": "2026-06-08T06:23:50.2130097+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-06-08T06:23:50.2130097+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-08T06:23:50.2130097+00:00</UpdatedDateUtc> <ApplicationId>06832a2b-7a76-4d56-8129-059f1d4b8f84</ApplicationId> <DeviceId>95442243-a5ae-4a24-8824-bf08e796ca84</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>