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": "4b5eccdf-48b8-4837-beee-0366d56396b1",
    "Description": "sample string 2"
  },
  {
    "Id": "4b5eccdf-48b8-4837-beee-0366d56396b1",
    "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>4b5eccdf-48b8-4837-beee-0366d56396b1</Id>
  </EventType>
  <EventType>
    <Description>sample string 2</Description>
    <Id>4b5eccdf-48b8-4837-beee-0366d56396b1</Id>
  </EventType>
</ArrayOfEventType>