Gets a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"deviceId": "a5d6379c-ead5-446a-b902-60fcb4cdf4d6",
"applicationId": "9f903ba3-e9cf-48ea-bf98-d5d6c07245d2",
"isLicensed": true,
"createdDateUtc": "2026-07-09T15:31:48.2867882+00:00",
"updatedDateUtc": "2026-07-09T15:31:48.2867882+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-07-09T15:31:48.2867882+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-09T15:31:48.2867882+00:00</UpdatedDateUtc> <ApplicationId>9f903ba3-e9cf-48ea-bf98-d5d6c07245d2</ApplicationId> <DeviceId>a5d6379c-ead5-446a-b902-60fcb4cdf4d6</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>