GET /api/organization/?format=api&offset=150&ordering=-fkmember
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 153,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/organization/?format=api&limit=50&offset=100&ordering=-fkmember",
    "results": [
        {
            "id": 36,
            "name": "Evangeliesenteret",
            "homepage": null,
            "description": "",
            "postalAddress": null,
            "streetAddress": null,
            "editorId": null,
            "editorName": "Ingen redaktør!",
            "editorEmail": null,
            "editorMsisdn": null,
            "fkmember": false
        },
        {
            "id": 49,
            "name": "Grensedalen Studio",
            "homepage": null,
            "description": "",
            "postalAddress": null,
            "streetAddress": null,
            "editorId": null,
            "editorName": "Ingen redaktør!",
            "editorEmail": null,
            "editorMsisdn": null,
            "fkmember": false
        },
        {
            "id": 12,
            "name": "The voice of mission",
            "homepage": null,
            "description": "",
            "postalAddress": null,
            "streetAddress": null,
            "editorId": null,
            "editorName": "Ingen redaktør!",
            "editorEmail": null,
            "editorMsisdn": null,
            "fkmember": false
        }
    ]
}