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": "b671e533-cb53-4381-97e0-8724ed8ec2be",
"Description": "sample string 2"
},
{
"Id": "b671e533-cb53-4381-97e0-8724ed8ec2be",
"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>b671e533-cb53-4381-97e0-8724ed8ec2be</Id>
</EventType>
<EventType>
<Description>sample string 2</Description>
<Id>b671e533-cb53-4381-97e0-8724ed8ec2be</Id>
</EventType>
</ArrayOfEventType>