POST api/Resource/GetAllResourcesData
获取多个数据源的资源定义
Request Information
URI Parameters
None.
Body Parameters
Collection of GetResourcesDataName | Description | Type | Additional 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:
Response Information
Resource Description
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json
Sample:
{ "System.Object": {} }