POST VueApi/getData

加载数据

Request Information

URI Parameters

None.

Body Parameters

GetDataReqModel
NameDescriptionTypeAdditional information
fClassId

string

None.

fId

string

None.

fIndexIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fClassId": "sample string 1",
  "fId": "sample string 2",
  "fIndexIds": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<GetDataReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
  <fClassId>sample string 1</fClassId>
  <fId>sample string 2</fId>
  <fIndexIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </fIndexIds>
</GetDataReqModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SaveDataSetResModel
NameDescriptionTypeAdditional information
fClassId

string

None.

fId

string

None.

fIdName

string

None.

ds

Collection of GetDataModel

None.

fLastModifyTime

date

None.

isCheck

boolean

None.

ImgState

string

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "fClassId": "sample string 1",
  "fId": "sample string 2",
  "fIdName": "sample string 3",
  "ds": [
    {
      "fPageIndex": 1,
      "list": null,
      "listDic": [
        {
          "sample string 1": {},
          "sample string 3": {}
        },
        {
          "sample string 1": {},
          "sample string 3": {}
        }
      ]
    },
    {
      "fPageIndex": 1,
      "list": null,
      "listDic": [
        {
          "sample string 1": {},
          "sample string 3": {}
        },
        {
          "sample string 1": {},
          "sample string 3": {}
        }
      ]
    }
  ],
  "fLastModifyTime": "2026-04-21T21:58:04.2905072+08:00",
  "isCheck": true,
  "ImgState": "sample string 6",
  "error": 7,
  "Msg": "sample string 8"
}

application/xml, text/xml

Sample:
<SaveDataSetResModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
  <Msg>sample string 8</Msg>
  <error>7</error>
  <ImgState>sample string 6</ImgState>
  <ds xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:GetDataModel>
      <d2p1:fPageIndex>1</d2p1:fPageIndex>
      <d2p1:list i:nil="true" />
      <d2p1:listDic xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:ArrayOfKeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 3</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
        </d4p1:ArrayOfKeyValueOfstringanyType>
        <d4p1:ArrayOfKeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 3</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
        </d4p1:ArrayOfKeyValueOfstringanyType>
      </d2p1:listDic>
    </d2p1:GetDataModel>
    <d2p1:GetDataModel>
      <d2p1:fPageIndex>1</d2p1:fPageIndex>
      <d2p1:list i:nil="true" />
      <d2p1:listDic xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:ArrayOfKeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 3</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
        </d4p1:ArrayOfKeyValueOfstringanyType>
        <d4p1:ArrayOfKeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 3</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
        </d4p1:ArrayOfKeyValueOfstringanyType>
      </d2p1:listDic>
    </d2p1:GetDataModel>
  </ds>
  <fClassId>sample string 1</fClassId>
  <fId>sample string 2</fId>
  <fIdName>sample string 3</fIdName>
  <fLastModifyTime>2026-04-21T21:58:04.2905072+08:00</fLastModifyTime>
  <isCheck>true</isCheck>
</SaveDataSetResModel>