Gets a DeviceApplication.
Name | Description | Additional information |
---|---|---|
deviceId |
Define this parameter in the request URI. |
|
applicationId |
Define this parameter in the request URI. |
{ "deviceId": "9b589d24-4cd1-4485-8361-eb3aaf44ebc4", "applicationId": "a8946eac-b516-4512-8dd5-addb47bca928", "isLicensed": true, "createdDateUtc": "2025-09-09T13:16:48.4286833+00:00", "updatedDateUtc": "2025-09-09T13:16:48.4286833+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-09-09T13:16:48.4286833+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-09-09T13:16:48.4286833+00:00</UpdatedDateUtc> <ApplicationId>a8946eac-b516-4512-8dd5-addb47bca928</ApplicationId> <DeviceId>9b589d24-4cd1-4485-8361-eb3aaf44ebc4</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>