GET attributes/{names}
获取属性列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
names |
属性类型 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取属性列表
Dictionary of AttributeName [key] and Collection of NameValuePair [value]Response Formats
application/json, text/json
Sample:
{ "examQuestionState": [ { "name": "sample string 1", "value": 2, "description": "sample string 3" }, { "name": "sample string 1", "value": 2, "description": "sample string 3" } ] }