GET api/Master/GetPerformanceEventTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EventTypeViewName | Description | Type | Additional information |
---|---|---|---|
EventTypeId | integer |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "eventTypeId": 1, "name": "sample string 2" }, { "eventTypeId": 1, "name": "sample string 2" } ]
text/html
Sample:
[{"eventTypeId":1,"name":"sample string 2"},{"eventTypeId":1,"name":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfEventTypeView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EB.Api.Controllers"> <EventTypeView> <EventTypeId>1</EventTypeId> <Name>sample string 2</Name> </EventTypeView> <EventTypeView> <EventTypeId>1</EventTypeId> <Name>sample string 2</Name> </EventTypeView> </ArrayOfEventTypeView>