POST OpenAI/DigitPersonalVideoList

请求信息

URI 参数

None.

Body 参数

PageParameter
名称描述类型附加信息
PageIndex

分页页码(可选)

integer

None.

PageCount

每页记录数(可选)

integer

None.

请求格式

application/json, text/json

Sample:
{
  "PageIndex": 1,
  "PageCount": 2
}

application/xml, text/xml

Sample:
<PageParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">
  <PageCount>2</PageCount>
  <PageIndex>1</PageIndex>
</PageParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

响应信息

资源描述

ApiJsonBaseOfListOfYoumiVideoResponse
名称描述类型附加信息
Result

boolean

None.

Message

string

None.

State

integer

None.

BizData

Collection of YoumiVideoResponse

None.

响应格式

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "State": 3,
  "BizData": [
    {
      "Id": 1,
      "Name": "sample string 2",
      "State": 3,
      "VideoUrl": "sample string 4",
      "VideoCoverUrl": "sample string 5"
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "State": 3,
      "VideoUrl": "sample string 4",
      "VideoCoverUrl": "sample string 5"
    }
  ]
}

application/xml, text/xml

Sample:
<ApiJsonBaseOfArrayOfYoumiVideoResponsen_PUTc8Nr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models">
  <BizData xmlns:d2p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ReturnModels">
    <d2p1:YoumiVideoResponse>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:State>3</d2p1:State>
      <d2p1:VideoCoverUrl>sample string 5</d2p1:VideoCoverUrl>
      <d2p1:VideoUrl>sample string 4</d2p1:VideoUrl>
    </d2p1:YoumiVideoResponse>
    <d2p1:YoumiVideoResponse>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:State>3</d2p1:State>
      <d2p1:VideoCoverUrl>sample string 5</d2p1:VideoCoverUrl>
      <d2p1:VideoUrl>sample string 4</d2p1:VideoUrl>
    </d2p1:YoumiVideoResponse>
  </BizData>
  <Message>sample string 2</Message>
  <Result>true</Result>
  <State>3</State>
</ApiJsonBaseOfArrayOfYoumiVideoResponsen_PUTc8Nr>