GET api/EventType/List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EventType| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "20db86d3-7f80-4005-8809-12c92a021177",
"Description": "sample string 2"
},
{
"Id": "20db86d3-7f80-4005-8809-12c92a021177",
"Description": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfEventType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<EventType>
<Description>sample string 2</Description>
<Id>20db86d3-7f80-4005-8809-12c92a021177</Id>
</EventType>
<EventType>
<Description>sample string 2</Description>
<Id>20db86d3-7f80-4005-8809-12c92a021177</Id>
</EventType>
</ArrayOfEventType>