Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "6e896ee7-a4d6-4fcf-97e6-5620b2063905",
"applicationId": "9af16534-fa96-4d42-8a30-2942aa61390f",
"isLicensed": true,
"createdDateUtc": "2026-05-12T16:09:39.0962359+00:00",
"updatedDateUtc": "2026-05-12T16:09:39.0962359+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-05-12T16:09:39.0962359+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-12T16:09:39.0962359+00:00</UpdatedDateUtc> <ApplicationId>9af16534-fa96-4d42-8a30-2942aa61390f</ApplicationId> <DeviceId>6e896ee7-a4d6-4fcf-97e6-5620b2063905</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>