POST OpenAI/DigitPersonalList

请求信息

URI 参数

None.

Body 参数

DigitalListParameter
名称描述类型附加信息
Type

integer

None.

FilterType

integer

None.

PageIndex

分页页码(可选)

integer

None.

PageCount

每页记录数(可选)

integer

None.

请求格式

application/json, text/json

Sample:
{
  "Type": 1,
  "FilterType": 2,
  "PageIndex": 3,
  "PageCount": 4
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

响应信息

资源描述

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

boolean

None.

Message

string

None.

State

integer

None.

BizData

PageDataOfYoumiDigitalReponse

None.

响应格式

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "State": 3,
  "BizData": {
    "PageIndex": 1,
    "PageCount": 2,
    "RecordCount": 3,
    "SurplusQty": 4,
    "Items": [
      {
        "Id": 1,
        "IdStr": "1",
        "Name": "sample string 2",
        "FileUrl": "sample string 3",
        "ModifyQty": 4,
        "IsDefault": true,
        "State": 6,
        "Remark": "sample string 7",
        "IsNOShowModifyQty": true
      },
      {
        "Id": 1,
        "IdStr": "1",
        "Name": "sample string 2",
        "FileUrl": "sample string 3",
        "ModifyQty": 4,
        "IsDefault": true,
        "State": 6,
        "Remark": "sample string 7",
        "IsNOShowModifyQty": true
      }
    ],
    "TotalSum": {
      "Id": 1,
      "IdStr": "1",
      "Name": "sample string 2",
      "FileUrl": "sample string 3",
      "ModifyQty": 4,
      "IsDefault": true,
      "State": 6,
      "Remark": "sample string 7",
      "IsNOShowModifyQty": true
    }
  }
}

application/xml, text/xml

Sample:
<ApiJsonBaseOfPageDataOfYoumiDigitalReponsen_PUTc8NrpcGagTav 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.ParameterModels">
    <d2p1:Items xmlns:d3p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ReturnModels">
      <d3p1:YoumiDigitalReponse>
        <d3p1:FileUrl>sample string 3</d3p1:FileUrl>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:IsDefault>true</d3p1:IsDefault>
        <d3p1:IsNOShowModifyQty>true</d3p1:IsNOShowModifyQty>
        <d3p1:ModifyQty>4</d3p1:ModifyQty>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Remark>sample string 7</d3p1:Remark>
        <d3p1:State>6</d3p1:State>
      </d3p1:YoumiDigitalReponse>
      <d3p1:YoumiDigitalReponse>
        <d3p1:FileUrl>sample string 3</d3p1:FileUrl>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:IsDefault>true</d3p1:IsDefault>
        <d3p1:IsNOShowModifyQty>true</d3p1:IsNOShowModifyQty>
        <d3p1:ModifyQty>4</d3p1:ModifyQty>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Remark>sample string 7</d3p1:Remark>
        <d3p1:State>6</d3p1:State>
      </d3p1:YoumiDigitalReponse>
    </d2p1:Items>
    <d2p1:PageCount>2</d2p1:PageCount>
    <d2p1:PageIndex>1</d2p1:PageIndex>
    <d2p1:RecordCount>3</d2p1:RecordCount>
    <d2p1:SurplusQty>4</d2p1:SurplusQty>
    <d2p1:TotalSum xmlns:d3p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ReturnModels">
      <d3p1:FileUrl>sample string 3</d3p1:FileUrl>
      <d3p1:Id>1</d3p1:Id>
      <d3p1:IsDefault>true</d3p1:IsDefault>
      <d3p1:IsNOShowModifyQty>true</d3p1:IsNOShowModifyQty>
      <d3p1:ModifyQty>4</d3p1:ModifyQty>
      <d3p1:Name>sample string 2</d3p1:Name>
      <d3p1:Remark>sample string 7</d3p1:Remark>
      <d3p1:State>6</d3p1:State>
    </d2p1:TotalSum>
  </BizData>
  <Message>sample string 2</Message>
  <Result>true</Result>
  <State>3</State>
</ApiJsonBaseOfPageDataOfYoumiDigitalReponsen_PUTc8NrpcGagTav>