GET api/EventType/List

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EventType
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "48bb491a-bcf0-474e-a566-4a22a86c8986",
    "Description": "sample string 2"
  },
  {
    "Id": "48bb491a-bcf0-474e-a566-4a22a86c8986",
    "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>48bb491a-bcf0-474e-a566-4a22a86c8986</Id>
  </EventType>
  <EventType>
    <Description>sample string 2</Description>
    <Id>48bb491a-bcf0-474e-a566-4a22a86c8986</Id>
  </EventType>
</ArrayOfEventType>