Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "3264dc68-d7f9-487c-92c4-80b2d1921291",
"applicationId": "0a9bbd22-288a-4e80-9b71-d4398b9e0957",
"isLicensed": true,
"createdDateUtc": "2026-08-14T21:30:10.4249509+00:00",
"updatedDateUtc": "2026-08-14T21:30:10.4249509+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-14T21:30:10.4249509+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-14T21:30:10.4249509+00:00</UpdatedDateUtc> <ApplicationId>0a9bbd22-288a-4e80-9b71-d4398b9e0957</ApplicationId> <DeviceId>3264dc68-d7f9-487c-92c4-80b2d1921291</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>