Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "e2e05844-00cb-466b-bbbd-fdeaeaaeac1d",
"applicationId": "bffcd483-8510-4eee-9680-564aad5a323d",
"isLicensed": true,
"createdDateUtc": "2026-06-25T19:44:42.0631421+00:00",
"updatedDateUtc": "2026-06-25T19:44:42.0631421+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-25T19:44:42.0631421+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-25T19:44:42.0631421+00:00</UpdatedDateUtc> <ApplicationId>bffcd483-8510-4eee-9680-564aad5a323d</ApplicationId> <DeviceId>e2e05844-00cb-466b-bbbd-fdeaeaaeac1d</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>