GET api/BehaviourVice/List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BehaviourVice| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Option | BehaviourViceOption |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "fd837b91-ec00-425a-8eda-ef1dab2f43c5",
"Name": "sample string 2",
"Option": 0
},
{
"Id": "fd837b91-ec00-425a-8eda-ef1dab2f43c5",
"Name": "sample string 2",
"Option": 0
}
]
application/xml, text/xml
Sample:
<ArrayOfBehaviourVice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<BehaviourVice>
<Id>fd837b91-ec00-425a-8eda-ef1dab2f43c5</Id>
<Name>sample string 2</Name>
<Option>Behaviour</Option>
</BehaviourVice>
<BehaviourVice>
<Id>fd837b91-ec00-425a-8eda-ef1dab2f43c5</Id>
<Name>sample string 2</Name>
<Option>Behaviour</Option>
</BehaviourVice>
</ArrayOfBehaviourVice>