# Show notification event definition **GET /api/event_definitions/{id}** Allows you to retrieve a single notification event definition. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Path parameters - **id** (string) the ID of the event definition to retrieve ## Responses ### 200 OK #### Body: application/json (object) - **account_id** (string) ID of the account the event definition belongs to. - **booth_ids** (array[string]) IDs of the booths for which to evaluate the event. - **category** (string) Category the event falls under. - **created_at** (string) ISO8601 encoded string of when the event definition was created. - **created_by** (string) ID of the user who created the event definition. - **description** (string) Short description of the event. - **enabled** (boolean) Whether the event should be actively evaluated. - **evaluation_period** (string) Whether the event is evaluated daily or weekly. - **event_type** (string) Whether the event is a tag or aggregate type of event. - **id** (string) ID of the event definition in the system. - **last_edited_by** (string) ID of the user who last modified the event definition. - **min_duration** (integer) Minimum duration to consider an ocurrence of the event. - **name** (string) Name of the event definition. - **rules** (array[object]) Rules that make up the event definition. - **send_email** (boolean) Whether to send an email notification (in-app is always true) - **send_notification_at** (string(time)) The UTC time at which to send the notification - **updated_at** (string) ISO8601 encoded string of when the event was last edited. - **user_ids** (array[string]) IDs of users who should be notified when events occur. ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 403 Forbidden #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 404 Not Found #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)