GET api/v2/noticecenter/Content?language={language}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Response
ResponseContentsName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean | ||
Content | Collection of GetContentsResponse |
Response Format
application/json, text/json
Sample:
{ "IsSuccess": true, "Content": [ { "Id": "b2337a13-36e8-46fc-82fe-eb0e510030db", "Content": "sample string 2" }, { "Id": "b2337a13-36e8-46fc-82fe-eb0e510030db", "Content": "sample string 2" } ] }
text/html
Sample:
{"IsSuccess":true,"Content":[{"Id":"b2337a13-36e8-46fc-82fe-eb0e510030db","Content":"sample string 2"},{"Id":"b2337a13-36e8-46fc-82fe-eb0e510030db","Content":"sample string 2"}]}