Group List
List groups from TYPO3.
Fields
id
(integer
)
Primary key.
title
(string
)
Titel of group.
GET /v1/typo3/group/?format=api
{
"count": 4,
"next": null,
"previous": null,
"results": [
{
"id": 3,
"title": "Intranet"
},
{
"id": 4,
"title": "Dummy"
},
{
"id": 5,
"title": "Bedienstete"
},
{
"id": 6,
"title": "Studierende"
}
]
}