GET api/RiskParameterTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RiskParameterType| Name | Description | Type | Additional information |
|---|---|---|---|
| TYPE_ID | integer |
None. |
|
| DESCRIPTION | string |
None. |
|
| HTML | string |
None. |
|
| OLD | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TYPE_ID": 1,
"DESCRIPTION": "sample string 2",
"HTML": "sample string 3",
"OLD": 1
},
{
"TYPE_ID": 1,
"DESCRIPTION": "sample string 2",
"HTML": "sample string 3",
"OLD": 1
}
]
application/octet-stream
Sample:
[{"TYPE_ID":1,"DESCRIPTION":"sample string 2","HTML":"sample string 3","OLD":1},{"TYPE_ID":1,"DESCRIPTION":"sample string 2","HTML":"sample string 3","OLD":1}]
application/xml, text/xml
Sample:
<ArrayOfRiskParameterType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RiskParameterType>
<TYPE_ID>1</TYPE_ID>
<DESCRIPTION>sample string 2</DESCRIPTION>
<HTML>sample string 3</HTML>
<OLD>1</OLD>
</RiskParameterType>
<RiskParameterType>
<TYPE_ID>1</TYPE_ID>
<DESCRIPTION>sample string 2</DESCRIPTION>
<HTML>sample string 3</HTML>
<OLD>1</OLD>
</RiskParameterType>
</ArrayOfRiskParameterType>