GET api/AboutUsAdmin
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AboutUsAdmin| Name | Description | Type | Additional information |
|---|---|---|---|
| AboutUsAdminId | integer |
None. |
|
| ThemeId | integer |
None. |
|
| Image1 | string |
None. |
|
| Image2 | string |
None. |
|
| Description | string |
None. |
|
| CompanyDetailId | integer |
None. |
|
| ThemeDetail | ThemeDetail |
None. |
|
| AboutUsFAQs | Collection of AboutUsFAQ |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"AboutUsAdminId": 1,
"ThemeId": 1,
"Image1": "sample string 2",
"Image2": "sample string 3",
"Description": "sample string 4",
"CompanyDetailId": 1,
"ThemeDetail": {
"$id": "2",
"ThemeId": 1,
"ThemeName": "sample string 2",
"ThemeImage": "sample string 3",
"Type": "sample string 4",
"CompanyDetailId": 1,
"AboutUsAdmins": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"ContactUsAdmins": [
{
"$id": "3",
"ContactUsAdminId": 1,
"ThemeId": 1,
"Address": "sample string 2",
"ContactNo": "sample string 3",
"EmailId": "sample string 4",
"Description": "sample string 5",
"Address1": "sample string 6",
"CompanyDetailId": 1,
"ThemeDetail": {
"$ref": "2"
}
},
{
"$ref": "3"
}
]
},
"AboutUsFAQs": [
{
"$id": "4",
"FaqId": 1,
"AboutUsAdminId": 1,
"Question": "sample string 2",
"Answer": "sample string 3",
"CompanyDetailId": 1,
"AboutUsAdmin": {
"$ref": "1"
}
},
{
"$ref": "4"
}
]
},
{
"$ref": "1"
}
]