Generic viewset for reference data objects.

GET /v3/reference-data/event-outcomes?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": "88c21529-3360-4fb8-8981-05bf5c40db9c",
            "url": "http://uri.suomi.fi/codelist/fairdata/event_outcome/code/success",
            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/event_outcome",
            "pref_label": {
                "en": "Success",
                "fi": "Onnistunut",
                "sv": "Framgångsrik"
            },
            "broader": [],
            "narrower": []
        },
        {
            "id": "b6c6ab45-2dcd-4f7e-be61-a7ddf28972d7",
            "url": "http://uri.suomi.fi/codelist/fairdata/event_outcome/code/failure",
            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/event_outcome",
            "pref_label": {
                "en": "Failure",
                "fi": "Epäonnistunut",
                "sv": "Misslyckad"
            },
            "broader": [],
            "narrower": []
        },
        {
            "id": "aeb405eb-5aae-4887-8b07-6aef2f45bc6b",
            "url": "http://uri.suomi.fi/codelist/fairdata/event_outcome/code/unknown",
            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/event_outcome",
            "pref_label": {
                "en": "Unknown",
                "fi": "Tuntematon",
                "sv": "Okänt"
            },
            "broader": [],
            "narrower": []
        }
    ]
}