POST api/Resource/GetAllResourcesData

获取多个数据源的资源定义

Request Information

URI Parameters

None.

Body Parameters

Collection of GetResourcesData
NameDescriptionTypeAdditional information
dblinkname

数据源

string

None.

resids

多个资源ID,用逗号隔开

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "dblinkname": "sample string 1",
    "resids": "sample string 2"
  },
  {
    "dblinkname": "sample string 1",
    "resids": "sample string 2"
  }
]

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 'List`1'.

Response Information

Resource Description

Dictionary of Object [key] and Object [value]

Response Formats

application/json, text/json

Sample:
{
  "System.Object": {}
}