Lists all categories.

GET /eventapi/categories/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 11,
    "next": "https://kalender.fondsfinanz.de/eventapi/categories/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "title": "Bankprodukte",
            "pk": 9
        },
        {
            "title": "Baufinanzierung",
            "pk": 10
        },
        {
            "title": "Beratung",
            "pk": 4
        },
        {
            "title": "Immobilien",
            "pk": 14
        },
        {
            "title": "Investment",
            "pk": 8
        },
        {
            "title": "Kranken",
            "pk": 6
        },
        {
            "title": "Leben",
            "pk": 5
        },
        {
            "title": "Management & Recht",
            "pk": 3
        },
        {
            "title": "Marketing & Vertrieb",
            "pk": 2
        },
        {
            "title": "Sach",
            "pk": 7
        }
    ]
}