Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "3421dbdd-c25b-41da-9896-79481e75b8f6",
"applicationId": "a617b4f5-9acb-4d38-a239-1a16f8dd7242",
"isLicensed": true,
"createdDateUtc": "2026-03-11T10:50:07.0442525+00:00",
"updatedDateUtc": "2026-03-11T10:50:07.0442525+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-11T10:50:07.0442525+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-11T10:50:07.0442525+00:00</UpdatedDateUtc> <ApplicationId>a617b4f5-9acb-4d38-a239-1a16f8dd7242</ApplicationId> <DeviceId>3421dbdd-c25b-41da-9896-79481e75b8f6</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>