POST v1/pages/content/{id}/carousel-pages
Use this method to add a single carousel page.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The Carousel Content Elements unique id. |
string |
Required |
Body Parameters
The Carousel Page to be added to the Content Element specified.
CarouselPageName | Description | Type | Additional information |
---|---|---|---|
id |
Unique identifier. |
string |
None. |
carousel |
Carousel Id |
string |
None. |
page |
Page displayed by the carousel |
string |
None. |
order | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "carousel": "sample string 2", "page": "sample string 3", "order": 1 }
Response Information
Resource Description
Returns the created Carousel Page structure
CarouselPageName | Description | Type | Additional information |
---|---|---|---|
id |
Unique identifier. |
string |
None. |
carousel |
Carousel Id |
string |
None. |
page |
Page displayed by the carousel |
string |
None. |
order | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "carousel": "sample string 2", "page": "sample string 3", "order": 1 }