Gets a DeviceApplication.
Name | Description | Additional information |
---|---|---|
deviceId |
Define this parameter in the request URI. |
|
applicationId |
Define this parameter in the request URI. |
{ "deviceId": "a45f088e-ed6b-4f4d-85e6-140303945001", "applicationId": "1e1d236b-44ba-4881-800b-f1ad4eed2998", "isLicensed": true, "createdDateUtc": "2025-07-10T13:30:59.7977001+00:00", "updatedDateUtc": "2025-07-10T13:30:59.7977001+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-07-10T13:30:59.7977001+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-07-10T13:30:59.7977001+00:00</UpdatedDateUtc> <ApplicationId>1e1d236b-44ba-4881-800b-f1ad4eed2998</ApplicationId> <DeviceId>a45f088e-ed6b-4f4d-85e6-140303945001</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>