Get Marketing Event by objectId

GET {{baseUrl}}/marketing/v3/marketing-events/:objectId

Returns the details of a Marketing Event with the specified objectId, if it exists.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"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"}