GET api/AboutUs/GetAllAboutUs

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AboutUs
NameDescriptionTypeAdditional information
Id

integer

None.

Aboutus

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "Aboutus": "sample string 2"
  },
  {
    "$ref": "1"
  }
]

application/octet-stream

Sample:
[{"$id":"1","Id":1,"Aboutus":"sample string 2"},{"$ref":"1"}]