GET api/v2/noticecenter/Content?language={language}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| language | string |
Required |
Response
ResponseContents| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean | ||
| Content | Collection of GetContentsResponse |
Response Format
application/json, text/json
Sample:
{
"IsSuccess": true,
"Content": [
{
"Id": "5d141d22-2431-4b1a-9652-a81a26fb135e",
"Content": "sample string 2"
},
{
"Id": "5d141d22-2431-4b1a-9652-a81a26fb135e",
"Content": "sample string 2"
}
]
}
text/html
Sample:
{"IsSuccess":true,"Content":[{"Id":"5d141d22-2431-4b1a-9652-a81a26fb135e","Content":"sample string 2"},{"Id":"5d141d22-2431-4b1a-9652-a81a26fb135e","Content":"sample string 2"}]}