# Introduction

## Events Group model

### Example

```json
{
  "events_group": {
    "id": 28,
    "title": "Title",
    "slug": "title",
    "body": "Body"
  }
}
```

### Definition

| Key        | Type      | Optional | Description                                                                                         |
|------------|--------   |----------|-----------------------------------------------------------------------------------------------------|
| id         | integer   | no       |                                                                                                     |
| title      | string    | no       | Depends on [X-Locale header](doc-341635#x-locale-header)
| slug       | string    | no       | Depends on [X-Locale header](doc-341635#x-locale-header)
| body       | string    | yes      | Depends on [X-Locale header](doc-341635#x-locale-header)

For more information, see [Events Group model](doc-341707#events-group-model) in Content Management API