GET api/content/SignUpCarousel/{iter}?stateid={stateid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
iter | integer |
Default value is 0 |
|
stateid | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
SignUpCarouselPageName | Description | Type | Additional information |
---|---|---|---|
Title | string |
None. |
|
Description | string |
None. |
|
Carousel | Collection of ImageTextModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Title": "sample string 1", "Description": "sample string 2", "Carousel": [ { "ImageUrl": "sample string 1", "Text": "sample string 2" }, { "ImageUrl": "sample string 1", "Text": "sample string 2" } ] }