GET DeviceProfiles/{deviceId}

Returns profile settings for handheld device.

Request Information

Parameters

NameDescriptionAdditional information
deviceId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "found": "sample string 1",
  "UserId": "sample string 2",
  "PerformanceId": "sample string 3",
  "EntryPoint": "sample string 4",
  "AccessArea": "sample string 5",
  "CustomerId": "sample string 6",
  "AllowSeatCheck": "sample string 7",
  "AllowMonitor": "sample string 8"
}

application/xml, text/xml

Sample:
<DeviceProfile xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <found>sample string 1</found>
  <UserId>sample string 2</UserId>
  <PerformanceId>sample string 3</PerformanceId>
  <EntryPoint>sample string 4</EntryPoint>
  <AccessArea>sample string 5</AccessArea>
  <CustomerId>sample string 6</CustomerId>
  <AllowSeatCheck>sample string 7</AllowSeatCheck>
  <AllowMonitor>sample string 8</AllowMonitor>
</DeviceProfile>