Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "4d883f13-b657-4e0a-8ae4-be3390183ece",
"applicationId": "94c4cbae-ac0d-44f9-8e26-131c9b926c64",
"isLicensed": true,
"createdDateUtc": "2025-11-09T12:55:22.8205417+00:00",
"updatedDateUtc": "2025-11-09T12:55:22.8205417+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>2025-11-09T12:55:22.8205417+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-09T12:55:22.8205417+00:00</UpdatedDateUtc> <ApplicationId>94c4cbae-ac0d-44f9-8e26-131c9b926c64</ApplicationId> <DeviceId>4d883f13-b657-4e0a-8ae4-be3390183ece</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>