GET api/Contacts

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "ProperName": "sample string 2 sample string 3"
  },
  {
    "Id": 1,
    "ProperName": "sample string 2 sample string 3"
  },
  {
    "Id": 1,
    "ProperName": "sample string 2 sample string 3"
  }
]

text/javascript

Sample:
[{"Id":1,"ProperName":"sample string 2 sample string 3"},{"Id":1,"ProperName":"sample string 2 sample string 3"},{"Id":1,"ProperName":"sample string 2 sample string 3"}]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.