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": "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"}]}