GET api/Message/GetPlatformMessageListByColumnId?columnId={columnId}&pageIndex={pageIndex}&pageSize={pageSize}

2.49 获取栏目消息列表(3110)

Request Information

Parameters

NameDescriptionAdditional information
columnId
栏目Id

Define this parameter in the request URI.

pageIndex
第几页

Define this parameter in the request URI.

pageSize
页面大小

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}