GET api/Masters/GetMasterDevices

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MasterDevice
NameDescriptionTypeAdditional information
DeviceID

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DeviceID": "sample string 1"
  },
  {
    "DeviceID": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMasterDevice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xamarin_GPS_API.Models">
  <MasterDevice>
    <DeviceID>sample string 1</DeviceID>
  </MasterDevice>
  <MasterDevice>
    <DeviceID>sample string 1</DeviceID>
  </MasterDevice>
</ArrayOfMasterDevice>