Skip to content

Event Detail

Returns a single marketing event with its full field set — the data behind the admin Marketing → Communications → Events view screen.

TIP

New here? Read the Events overview for what an event does and how its fields behave.

Operation

OperationTypePurpose
adminMarketingEventQueryFetch one marketing event by id

Details

  • Requires an admin Bearer token in the Authorization header.
  • Pass the event's IRI (e.g. /api/admin/marketing/events/14) as the id argument; _id in the response is the numeric id.

Fields

FieldTypeNotes
idIDThe event's IRI
_idIntNumeric id
nameStringEvent name
descriptionStringFree-text description
dateStringEvent date (YYYY-MM-DD)
createdAtStringCreation timestamp
updatedAtStringLast-update timestamp

Released under the MIT License.