# Section

#### Example

```json
{
    "creationTime": "2025-03-11T11:13:57.4423727+00:00",
    "description": "",
    "id": 23733,
    "imageLink": "",
    "isPublished": true,
    "lastUpdateTime": "2025-03-20T14:07:25.0157373+00:00",
    "name": "Other staff",
    "order": 1
}
```

#### Fields

| Field          | Type    | Comments                                                                             |
| -------------- | ------- | ------------------------------------------------------------------------------------ |
| creationTime   | string  | Section creation date, represented as a datetime string in ISO 8601 format.          |
| description    | string  | A short description of the section                                                   |
| id             | integer | Unique ID of the section                                                             |
| imageLink      | string  | Preview image link for the section                                                   |
| isPublished    | boolean | Shows if the section has been published                                              |
| lastUpdateTime | string  | The date when the section was updated represented as a string in the ISO 8601 format |
| name           | string  | Section name                                                                         |
| order          | integer | Order of this section in the section list                                            |
