Gets a DeviceApplication.
Name | Description | Additional information |
---|---|---|
deviceId |
Define this parameter in the request URI. |
|
applicationId |
Define this parameter in the request URI. |
{ "deviceId": "f8c7a72e-bd70-4c40-b219-316c62e173c4", "applicationId": "0eca1c4e-ae65-4080-9ef7-0d00c0d52a89", "isLicensed": true, "createdDateUtc": "2025-04-20T02:54:17.9384566+00:00", "updatedDateUtc": "2025-04-20T02:54:17.9384566+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-04-20T02:54:17.9384566+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-04-20T02:54:17.9384566+00:00</UpdatedDateUtc> <ApplicationId>0eca1c4e-ae65-4080-9ef7-0d00c0d52a89</ApplicationId> <DeviceId>f8c7a72e-bd70-4c40-b219-316c62e173c4</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>