GET api/Resource/GetResources?resids={resids}&dblinkname={dblinkname}
根据资源ID获取资源
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resids |
多个资源ID,用逗号隔开 |
string |
Required |
| dblinkname | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"System.Object": {}
}