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": "5c84fe46-d0be-45df-aae9-19959556303a",
"Description": "sample string 2"
},
{
"Id": "5c84fe46-d0be-45df-aae9-19959556303a",
"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>5c84fe46-d0be-45df-aae9-19959556303a</Id>
</EventType>
<EventType>
<Description>sample string 2</Description>
<Id>5c84fe46-d0be-45df-aae9-19959556303a</Id>
</EventType>
</ArrayOfEventType>