List categories from TYPO3.

Fields

id (integer)

Primary key.

title (string)

Titel of category.

description (string)

Full description of category.

start (datetime)

Start of period of validity.

end (datetime)

End of period of validity.

GET /v1/typo3/category/?format=api&offset=60
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 66,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/typo3/category/?format=api&limit=20&offset=40",
    "results": [
        {
            "id": 324,
            "title": "Health research",
            "description": "",
            "start": null,
            "end": null
        },
        {
            "id": 325,
            "title": "Microbiome & infection",
            "description": "",
            "start": null,
            "end": null
        },
        {
            "id": 326,
            "title": "Neurosciences",
            "description": "",
            "start": null,
            "end": null
        },
        {
            "id": 327,
            "title": "Metabolism & cardiovascular",
            "description": "",
            "start": null,
            "end": null
        },
        {
            "id": 328,
            "title": "Healthy-Aging",
            "description": "",
            "start": null,
            "end": null
        },
        {
            "id": 329,
            "title": "Healthy-Aging",
            "description": "",
            "start": null,
            "end": null
        }
    ]
}