GET api/HomePageSetting/GetHomeSliderImage?CompanyId={CompanyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HomeSliderImage| Name | Description | Type | Additional information |
|---|---|---|---|
| HomeSliderImageId | integer |
None. |
|
| HomePageSettingsId | integer |
None. |
|
| ImageUrl | string |
None. |
|
| CompanyDetailId | integer |
None. |
|
| HomePageSetting | HomePageSetting |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"HomeSliderImageId": 1,
"HomePageSettingsId": 1,
"ImageUrl": "sample string 2",
"CompanyDetailId": 1,
"HomePageSetting": {
"$id": "2",
"HomePageSettingsId": 1,
"ShowSlider": "sample string 2",
"ShowTrendingItems": "sample string 3",
"ShowNewItems": "sample string 4",
"DisplayBannerImages": "sample string 5",
"ShowAdvertisement": "sample string 6",
"CompanyDetailId": 1,
"HomeBannerImages": [
{
"$id": "3",
"HomeBannerImageId": 1,
"HomePageSettingsId": 1,
"BannerImageURL": "sample string 2",
"CompanyDetailId": 1,
"HomePageSetting": {
"$ref": "2"
}
},
{
"$ref": "3"
}
],
"HomeSliderImages": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
{
"$ref": "1"
}
]