GET /api/organization/?format=api&offset=150&ordering=-editor_id
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=-editor_id",
    "results": [
        {
            "id": 25,
            "name": "New Beginning Europe",
            "homepage": null,
            "description": "",
            "postalAddress": null,
            "streetAddress": null,
            "editorId": 1049,
            "editorName": "Knut Gunnar Tømmerbakk",
            "editorEmail": "knut.tommerbakk@sf-nett.no",
            "editorMsisdn": "",
            "fkmember": false
        },
        {
            "id": 99,
            "name": "never.no (test/dev-konto #1)",
            "homepage": null,
            "description": "",
            "postalAddress": null,
            "streetAddress": null,
            "editorId": 1048,
            "editorName": "Rune Bjerke",
            "editorEmail": "rune@never.no",
            "editorMsisdn": "",
            "fkmember": false
        },
        {
            "id": 26,
            "name": "Stiftelsen \"Evangeliet til muslimene\" -  Flymisjonen",
            "homepage": null,
            "description": "",
            "postalAddress": null,
            "streetAddress": null,
            "editorId": 1046,
            "editorName": "Otto Jakobsen",
            "editorEmail": "0jakobsen@mtulink.com",
            "editorMsisdn": "",
            "fkmember": false
        }
    ]
}