Skip to main content
GET
/
event-tags
/
{id}
{
  "id": "<string>",
  "code": "<string>",
  "name": "<string>",
  "description": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "deleted": true,
  "deletedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string
required

Response

Event tag retrieved successfully

id
string
required

The id of the event tag

code
string
required

The code of the event tag, a unique identifier

name
string
required

The name of the event tag

description
string
required

The description of the event tag

createdAt
string<date-time>
required

The date and time the event tag was created

updatedAt
string<date-time>
required

The date and time the event tag was updated

deleted
boolean
required

Whether the event tag is deleted

deletedAt
string<date-time>
required

The date and time the event tag was deleted