GET api/Test/GetAllTest

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "Success": true,
  "Message": "sample string 2",
  "IsException": true
}