---
title: "Events API"
canonical: "https://support.appfire.com/space/FD/1802076536/Events%20API"
format: markdown
---
> Macro (aura-html)

An event represents a labeled date of note that is defined by a user and appears in various reports to offer context. Event can be given tags, which allow them to be organized into logical groups.

## Supported request

Get a list of events: `/events/`

### Fields

| Name | Type | Description |
| --- | --- | --- |
| `id` | double | Unique identifier for an event. |
| `name` | string | Name of an event. |
| `date` | string | Date and time of event. |
| `tags` | string | An array of tags associated with the event. |