POST api/Site/NewsVideoGetPageList

短视频/新闻列表管理 2023年03月23日 (PC后台) 柳航

Request Information

Parameters

NameTypeDescription
request Carwins.UsedCar.CarDomain.NewsVideoGetPageListRequest
No documentation available.

Request body formats

application/json, text/json

Sample:
{
  "param": {
    "newsVideoType": 1,
    "keyWord": "sample string 2"
  },
  "pageNo": 1,
  "pageSize": 1,
  "startSize": 0,
  "version": 1.0,
  "institutionID": 2,
  "sessionId": "sample string 3",
  "requestSource": "sample string 4",
  "bundleID": "sample string 5",
  "requestGroupID": "sample string 6",
  "channel": "sample string 7",
  "loginUserID": "sample string 8",
  "clientIP": "sample string 9",
  "endDeviceNumber": "sample string 10",
  "cityName": "sample string 11"
}

application/xml, text/xml

Sample:
<NewsVideoGetPageListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain">
  <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 5</BundleID>
  <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</Channel>
  <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</CityName>
  <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</ClientIP>
  <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</EndDeviceNumber>
  <InstitutionID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">2</InstitutionID>
  <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</LoginUserID>
  <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</RequestGroupID>
  <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</RequestSource>
  <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</SessionId>
  <Version xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</Version>
  <PageNo xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</PageNo>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</PageSize>
  <Param>
    <KeyWord>sample string 2</KeyWord>
    <NewsVideoType>1</NewsVideoType>
  </Param>
</NewsVideoGetPageListRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NewsVideoGetPageListRequest'.

Response Type

Pilot.Web.WebApi.ListApiResponse`1[[Carwins.UsedCar.CarDomain.NewsVideoGetListModel, Carwins.UsedCar.CarDomain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Response Information

Response body formats

application/json, text/json

Sample:
{
  "totalCount": 1,
  "data": {
    "isBtnCreate": 1,
    "pageList": [
      {
        "newsVideoID": 1,
        "name": "sample string 2",
        "code": "sample string 3",
        "sort": 1,
        "videoUrl": "sample string 4",
        "tag": "sample string 5",
        "createTime": "2025-06-01 12:24:05",
        "isBtnUpdate": 6,
        "isBtnDelete": 7
      },
      {
        "newsVideoID": 1,
        "name": "sample string 2",
        "code": "sample string 3",
        "sort": 1,
        "videoUrl": "sample string 4",
        "tag": "sample string 5",
        "createTime": "2025-06-01 12:24:05",
        "isBtnUpdate": 6,
        "isBtnDelete": 7
      },
      {
        "newsVideoID": 1,
        "name": "sample string 2",
        "code": "sample string 3",
        "sort": 1,
        "videoUrl": "sample string 4",
        "tag": "sample string 5",
        "createTime": "2025-06-01 12:24:05",
        "isBtnUpdate": 6,
        "isBtnDelete": 7
      }
    ]
  },
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<ListApiResponseOfNewsVideoGetListModelBO9P5ujw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">
  <Code>1</Code>
  <Message>sample string 2</Message>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain">
    <d2p1:IsBtnCreate>1</d2p1:IsBtnCreate>
    <d2p1:PageList>
      <d2p1:NewsVideoGetPageListModel>
        <d2p1:Code>sample string 3</d2p1:Code>
        <d2p1:CreateTime>2025-06-01T12:24:05.7151593+08:00</d2p1:CreateTime>
        <d2p1:IsBtnDelete>7</d2p1:IsBtnDelete>
        <d2p1:IsBtnUpdate>6</d2p1:IsBtnUpdate>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:NewsVideoID>1</d2p1:NewsVideoID>
        <d2p1:Sort>1</d2p1:Sort>
        <d2p1:Tag>sample string 5</d2p1:Tag>
        <d2p1:VideoUrl>sample string 4</d2p1:VideoUrl>
      </d2p1:NewsVideoGetPageListModel>
      <d2p1:NewsVideoGetPageListModel>
        <d2p1:Code>sample string 3</d2p1:Code>
        <d2p1:CreateTime>2025-06-01T12:24:05.7151593+08:00</d2p1:CreateTime>
        <d2p1:IsBtnDelete>7</d2p1:IsBtnDelete>
        <d2p1:IsBtnUpdate>6</d2p1:IsBtnUpdate>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:NewsVideoID>1</d2p1:NewsVideoID>
        <d2p1:Sort>1</d2p1:Sort>
        <d2p1:Tag>sample string 5</d2p1:Tag>
        <d2p1:VideoUrl>sample string 4</d2p1:VideoUrl>
      </d2p1:NewsVideoGetPageListModel>
      <d2p1:NewsVideoGetPageListModel>
        <d2p1:Code>sample string 3</d2p1:Code>
        <d2p1:CreateTime>2025-06-01T12:24:05.7151593+08:00</d2p1:CreateTime>
        <d2p1:IsBtnDelete>7</d2p1:IsBtnDelete>
        <d2p1:IsBtnUpdate>6</d2p1:IsBtnUpdate>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:NewsVideoID>1</d2p1:NewsVideoID>
        <d2p1:Sort>1</d2p1:Sort>
        <d2p1:Tag>sample string 5</d2p1:Tag>
        <d2p1:VideoUrl>sample string 4</d2p1:VideoUrl>
      </d2p1:NewsVideoGetPageListModel>
    </d2p1:PageList>
  </Data>
  <TotalCount>1</TotalCount>
</ListApiResponseOfNewsVideoGetListModelBO9P5ujw>