GET api/Values

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

TestResponse
NameDescriptionTypeAdditional information
Users

Collection of TestObject

None.

Response Formats

application/json, text/json

Sample:
{
  "Users": [
    {
      "Id": "cfcbe9fa-3b82-4c2d-a413-a6dadbc869dd",
      "Name": "sample string 2"
    },
    {
      "Id": "cfcbe9fa-3b82-4c2d-a413-a6dadbc869dd",
      "Name": "sample string 2"
    }
  ]
}