GET /api/organization/?format=api&offset=150&ordering=-postal_address
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=-postal_address",
    "results": [
        {
            "id": 131,
            "name": "ECKANKAR Norge",
            "homepage": null,
            "description": "",
            "postalAddress": "",
            "streetAddress": "",
            "editorId": 2094,
            "editorName": "Kjell Aarhus",
            "editorEmail": "info@eckankar.no",
            "editorMsisdn": "",
            "fkmember": false
        },
        {
            "id": 40,
            "name": "Norges Musikkorps Forbund",
            "homepage": "https://musikkorps.no/",
            "description": "",
            "postalAddress": "",
            "streetAddress": "",
            "editorId": 1090,
            "editorName": "Stig Ryland",
            "editorEmail": "stig@musikkorps.no",
            "editorMsisdn": "",
            "fkmember": false
        },
        {
            "id": 142,
            "name": "Norge ut av NATO",
            "homepage": null,
            "description": "",
            "postalAddress": "",
            "streetAddress": "",
            "editorId": 2232,
            "editorName": "Sonja Krohn",
            "editorEmail": "skrohn@broadpark.no",
            "editorMsisdn": "",
            "fkmember": true
        }
    ]
}