POST Visual/getData

加载数据

Request Information

URI Parameters

None.

Body Parameters

VisualGetDataReqModel
NameDescriptionTypeAdditional information
fClassId

string

None.

fId

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<VisualGetDataReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Visual">
  <fClassId>sample string 1</fClassId>
  <fId>sample string 2</fId>
</VisualGetDataReqModel>

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-21T18:02:59.8269135+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-21T18:02:59.8269135+08:00</fLastModifyTime>
  <isCheck>true</isCheck>
</SaveDataSetResModel>