GET AppPages/{appId}/Content/{pageId}?siteId={siteId}
Returns Page Content for SPA driven by the CMS
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteId | integer |
Required |
|
| appId | integer |
Required |
|
| pageId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SectionContent| Name | Description | Type | Additional information |
|---|---|---|---|
| AppID |
Application ID |
integer |
None. |
| PageID |
Page Number |
integer |
None. |
| SubHeading |
Page Heading |
string |
None. |
| MainContent |
Content |
string |
None. |
| SecondaryContent |
Secondary Content |
string |
None. |
| HeroImg |
Image URl |
string |
None. |
Response Formats
application/json, text/json, text/javascript, application/javascript, application/json-p
Sample:
Sample not available.