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
| Operation | Type | Purpose |
|---|---|---|
adminMarketingEvent | Query | Fetch one marketing event by id |
Details
- Requires an admin Bearer token in the
Authorizationheader. - Pass the event's IRI (e.g.
/api/admin/marketing/events/14) as theidargument;_idin the response is the numeric id.
Fields
| Field | Type | Notes |
|---|---|---|
id | ID | The event's IRI |
_id | Int | Numeric id |
name | String | Event name |
description | String | Free-text description |
date | String | Event date (YYYY-MM-DD) |
createdAt | String | Creation timestamp |
updatedAt | String | Last-update timestamp |

