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": "bd3d75fd-0eb4-4a7f-9233-3f121b761e97",
"Content": "sample string 2"
},
{
"Id": "bd3d75fd-0eb4-4a7f-9233-3f121b761e97",
"Content": "sample string 2"
}
]
}
text/html
Sample:
{"IsSuccess":true,"Content":[{"Id":"bd3d75fd-0eb4-4a7f-9233-3f121b761e97","Content":"sample string 2"},{"Id":"bd3d75fd-0eb4-4a7f-9233-3f121b761e97","Content":"sample string 2"}]}