GET api/FoxPass/MacEntry

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MacEntry
NameDescriptionTypeAdditional information
name

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ArrayOfFoxpassAPI.MacEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End">
  <FoxpassAPI.MacEntry>
    <name>sample string 1</name>
  </FoxpassAPI.MacEntry>
  <FoxpassAPI.MacEntry>
    <name>sample string 1</name>
  </FoxpassAPI.MacEntry>
</ArrayOfFoxpassAPI.MacEntry>