Lists all corporations.

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

{
    "count": 35,
    "next": "https://kalender.fondsfinanz.de/eventapi/corporations/?format=api&limit=10&offset=20",
    "previous": "https://kalender.fondsfinanz.de/eventapi/corporations/?format=api&limit=10",
    "results": [
        {
            "title": "Deutscher Maklerverbund DEMV",
            "pk": 298
        },
        {
            "title": "Die Bayerische",
            "pk": 75
        },
        {
            "title": "DWS",
            "pk": 25
        },
        {
            "title": "ERGO Vorsorge Lebensversicherung AG",
            "pk": 50
        },
        {
            "title": "Fonds Finanz",
            "pk": 11
        },
        {
            "title": "HALLESCHE Krankenversicherung",
            "pk": 27
        },
        {
            "title": "Hannoversche",
            "pk": 15
        },
        {
            "title": "HDI",
            "pk": 36
        },
        {
            "title": "Helvetia",
            "pk": 6
        },
        {
            "title": "IKK classic",
            "pk": 265
        }
    ]
}