GET data-lookup/frontpagecontent
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FrontPageContentEdit| Name | Description | Type | Additional information |
|---|---|---|---|
| TableKey | integer |
None. |
|
| Heading | string |
None. |
|
| Content | string |
None. |
|
| ContentType | string |
None. |
|
| PCID | integer |
None. |
|
| ContentDate | string |
None. |
|
| Display | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TableKey": 1,
"Heading": "sample string 2",
"Content": "sample string 3",
"ContentType": "sample string 4",
"PCID": 5,
"ContentDate": "sample string 6",
"Display": true
},
{
"TableKey": 1,
"Heading": "sample string 2",
"Content": "sample string 3",
"ContentType": "sample string 4",
"PCID": 5,
"ContentDate": "sample string 6",
"Display": true
}
]