GET api/User/GetAllUserEventType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of UserEventTypeDTO
NameDescriptionTypeAdditional information
Disabled

boolean

None.

EventName

string

None.

Id

integer

None.

IsSystemGenerated

boolean

None.

SortIndex

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Disabled": true,
    "EventName": "sample string 2",
    "Id": 3,
    "IsSystemGenerated": true,
    "SortIndex": 1
  },
  {
    "Disabled": true,
    "EventName": "sample string 2",
    "Id": 3,
    "IsSystemGenerated": true,
    "SortIndex": 1
  }
]