GET api/RiskMaster/GetNetImpactMaster
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NetImpactMasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| NetImpactTitle | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "sample string 1",
"NetImpactTitle": "sample string 2"
},
{
"ID": "sample string 1",
"NetImpactTitle": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfNetImpactMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RelianceEPMAPI.Models">
<NetImpactMasterModel>
<ID>sample string 1</ID>
<NetImpactTitle>sample string 2</NetImpactTitle>
</NetImpactMasterModel>
<NetImpactMasterModel>
<ID>sample string 1</ID>
<NetImpactTitle>sample string 2</NetImpactTitle>
</NetImpactMasterModel>
</ArrayOfNetImpactMasterModel>