GET api/AboutUsAdmin/GetThemeDetails?CompanyId={CompanyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CompanyId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ThemeDetail
NameDescriptionTypeAdditional information
ThemeId

integer

None.

ThemeName

string

None.

ThemeImage

string

None.

Type

string

None.

CompanyDetailId

integer

None.

AboutUsAdmins

Collection of AboutUsAdmin

None.

ContactUsAdmins

Collection of ContactUsAdmin

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ThemeId": 1,
    "ThemeName": "sample string 2",
    "ThemeImage": "sample string 3",
    "Type": "sample string 4",
    "CompanyDetailId": 1,
    "AboutUsAdmins": [
      {
        "$id": "2",
        "AboutUsAdminId": 1,
        "ThemeId": 1,
        "Image1": "sample string 2",
        "Image2": "sample string 3",
        "Description": "sample string 4",
        "CompanyDetailId": 1,
        "ThemeDetail": {
          "$ref": "1"
        },
        "AboutUsFAQs": [
          {
            "$id": "3",
            "FaqId": 1,
            "AboutUsAdminId": 1,
            "Question": "sample string 2",
            "Answer": "sample string 3",
            "CompanyDetailId": 1,
            "AboutUsAdmin": {
              "$ref": "2"
            }
          },
          {
            "$ref": "3"
          }
        ]
      },
      {
        "$ref": "2"
      }
    ],
    "ContactUsAdmins": [
      {
        "$id": "4",
        "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": "1"
        }
      },
      {
        "$ref": "4"
      }
    ]
  },
  {
    "$ref": "1"
  }
]