Get all marketing event
GET {{baseUrl}}/marketing/v3/marketing-events/?after=<string>&limit=10
Returns all Marketing Events available on the portal, along with their properties, regardless of whether they were created manually or through the application.
The marketing events returned by this endpoint are sorted by objectId.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
after | string | The cursor indicating the position of the last retrieved item. | |
limit | number | The limit for response size. The default value is 10, the max number is 100 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"results":[{"createdAt":"\u003cdateTime\u003e","customProperties":[{"name":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"name":"\u003cstring\u003e","value":"\u003cstring\u003e"}],"eventName":"\u003cstring\u003e","objectId":"\u003cstring\u003e","updatedAt":"\u003cdateTime\u003e","registrants":"\u003cinteger\u003e","eventOrganizer":"\u003cstring\u003e","eventUrl":"\u003cstring\u003e","attendees":"\u003cinteger\u003e","appInfo":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"},"eventType":"\u003cstring\u003e","eventCompleted":"\u003cboolean\u003e","endDateTime":"\u003cdateTime\u003e","noShows":"\u003cinteger\u003e","cancellations":"\u003cinteger\u003e","startDateTime":"\u003cdateTime\u003e","eventCancelled":"\u003cboolean\u003e","externalEventId":"\u003cstring\u003e","eventStatus":"\u003cstring\u003e","eventDescription":"\u003cstring\u003e"},{"createdAt":"\u003cdateTime\u003e","customProperties":[{"name":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"name":"\u003cstring\u003e","value":"\u003cstring\u003e"}],"eventName":"\u003cstring\u003e","objectId":"\u003cstring\u003e","updatedAt":"\u003cdateTime\u003e","registrants":"\u003cinteger\u003e","eventOrganizer":"\u003cstring\u003e","eventUrl":"\u003cstring\u003e","attendees":"\u003cinteger\u003e","appInfo":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"},"eventType":"\u003cstring\u003e","eventCompleted":"\u003cboolean\u003e","endDateTime":"\u003cdateTime\u003e","noShows":"\u003cinteger\u003e","cancellations":"\u003cinteger\u003e","startDateTime":"\u003cdateTime\u003e","eventCancelled":"\u003cboolean\u003e","externalEventId":"\u003cstring\u003e","eventStatus":"\u003cstring\u003e","eventDescription":"\u003cstring\u003e"}],"paging":{"next":{"after":"pariatur ea dolore dolor","link":"consectetur cillum"}}}