# Live Event types

### Overview

This section documents the `payload` object for each golf live event type.

WebSocket events wrap this payload in a CloudEvents envelope.

REST history endpoints return the same event object without the outer envelope.

### What to expect

* `event_time` is the on-course timestamp for the action.
* `team_id` and `sr_team_id` identify the active team or side.
* `hole_number` is the visible hole number. `hole_sequence` is the course order.

{% hint style="info" %}
If an event is delivered with `action: DELETE`, the `payload` field is omitted.
{% endhint %}

### Event groups

* [Round Events](/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-event-types/round-events-sportevent.md)
* [Hole Events](/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-event-types/hole-events.md)
* [Standard Stroke Event](/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-event-types/standard-stroke-event.md)
* [Ball Drops and Penalty Events](/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-event-types/ball-drops-and-penalty-events.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-event-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
