POST api/Content/AllCleanup
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ActiveContentList| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | string |
None. |
|
| SubContent | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Content": "sample string 1",
"SubContent": "sample string 2"
},
{
"Content": "sample string 1",
"SubContent": "sample string 2"
}
]