GET api/v2/noticecenter/Content?language={language}

Request

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Response

ResponseContents
NameDescriptionTypeAdditional 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"}]}