Lists all corporations.

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

{
    "count": 35,
    "next": null,
    "previous": "https://kalender.fondsfinanz.de/eventapi/corporations/?format=api&limit=10&offset=20",
    "results": [
        {
            "title": "uniVersa",
            "pk": 26
        },
        {
            "title": "VorFina",
            "pk": 19
        },
        {
            "title": "Wirth Rechtsanwälte",
            "pk": 10
        },
        {
            "title": "Württembergische Versicherung",
            "pk": 796
        },
        {
            "title": "Zurich",
            "pk": 8
        }
    ]
}