Make a request »

EventService.GetEvents

Get a list of all events on the account. Includes the EventId, EventName, EventTitle, CreatedDate and UpdatedDate. Disabled (true/false) indicates if the event is enabled or not. Works only with Event 2.0 which is now DEPRECATED (Direct method) See code examples


URL Parameters

Http verb: GET
URI: Full url: http://se.api.anpdm.com/event/v1/all
URL parameters:
Not used

Body parameters

Body parameters
Not used

Response

Body parameters
returns
A response object which includes all events as result, status code and a message.

Code Int32 The response Code.
Message String The response Message.
Result
The response Result.

EventItem
An event

EventId Int32 The Id of the event
EventName String The name of the event
EventTitle String The title of the event used in browser
CreatedDate DateTime The date and time the event was created
UpdatedDate DateTime The date and time the event was last updated
Disabled Boolean If the event is currently disabled (true) or not (false)
Body Example


Help

Code examples