GET api/Legacies

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ind": 1,
    "Gym": "sample string 2",
    "curattend": 3,
    "max": 4,
    "wait": "sample string 5"
  },
  {
    "ind": 1,
    "Gym": "sample string 2",
    "curattend": 3,
    "max": 4,
    "wait": "sample string 5"
  },
  {
    "ind": 1,
    "Gym": "sample string 2",
    "curattend": 3,
    "max": 4,
    "wait": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOftable1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CGTAPI.Models">
  <table1>
    <Gym>sample string 2</Gym>
    <curattend>3</curattend>
    <ind>1</ind>
    <max>4</max>
    <wait>sample string 5</wait>
  </table1>
  <table1>
    <Gym>sample string 2</Gym>
    <curattend>3</curattend>
    <ind>1</ind>
    <max>4</max>
    <wait>sample string 5</wait>
  </table1>
  <table1>
    <Gym>sample string 2</Gym>
    <curattend>3</curattend>
    <ind>1</ind>
    <max>4</max>
    <wait>sample string 5</wait>
  </table1>
</ArrayOftable1>