Event Type

  • Updated

Event Type

 

 


GET /v2/event/get/eventType?includeInactive=true

Returns a list of event types


Parameter
includeInactive    Boolean

true  if you would like to include inactive results as well,  false otherwise.


Response:

Returns a list of event types satisfying the search criteria.

{
"success": true,
"result": [{
"Inactive": false,
"Id": 100021199,
"Name": "Seed Event Type"
},
{
"Inactive": false,
"Id": 100021200,
"Name": "Awards Dinner"
},
{
"Inactive": false,
"Id": 1901,
"Name": "Product Launch"
}]
}

Was this article helpful?

Have more questions? Submit a request