Lists all corporations.

GET /eventapi/corporations/?format=api
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=10",
    "previous": null,
    "results": [
        {
            "title": "Allianz",
            "pk": 4
        },
        {
            "title": "ALTE LEIPZIGER",
            "pk": 33
        },
        {
            "title": "APKV",
            "pk": 13
        },
        {
            "title": "ARAG",
            "pk": 18
        },
        {
            "title": "Aureus Golddepot GmbH",
            "pk": 34
        },
        {
            "title": "Baloise Lebensversicherung AG",
            "pk": 9
        },
        {
            "title": "bank zweiplus ag",
            "pk": 31
        },
        {
            "title": "BarmeniaGothaer",
            "pk": 5
        },
        {
            "title": "Bayerische Beamtenkrankenkasse",
            "pk": 21
        },
        {
            "title": "DELA",
            "pk": 1
        }
    ]
}