GET box/News/getList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of newsModel
NameDescriptionTypeAdditional information
Title

string

None.

url

string

None.

time

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Title": "sample string 1",
    "url": "sample string 2",
    "time": "2024-04-26T10:15:28.1551319+08:00"
  },
  {
    "Title": "sample string 1",
    "url": "sample string 2",
    "time": "2024-04-26T10:15:28.1551319+08:00"
  }
]