GET api/App/GetApps

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "AppName": "sample string 2",
    "AppDescription": "sample string 3",
    "IsActive": true
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]