{
"events_group": {
"id": 22,
"locales": ["en", "pl"],
"products": ["default"],
"title": {
"en": "Title",
"pl": "Tytuł"
},
"slug": {
"en": "title",
"pl": "tytul"
},
"body": {
"en": "Description",
"pl": "Opis"
},
"created_at": "2022-04-12T10:01:38.071466Z",
"updated_at": "2022-04-12T14:50:59.475870Z",
"archived_at": null
}
}
Key | Type | Optional | Read-only | Description |
---|---|---|---|---|
id | integer | no | yes | |
locales | ISO 639-1 alpha-2 code[] | yes | no | Locales the record is be available to in Locales |
products | string[] | yes | no | Products the content is available for in Products |
title | LocalizedContent | yes | no | |
body | LocalizedContent | yes | no | |
slug | LocalizedContent | yes | yes | Value taken from custom slug or auto-generated from title |
created_at | datetime | no | yes | Time of record creation |
updated_at | datetime | no | yes | Time of record last update |
archived_at | datetime | no | yes | Time of record archivization |