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": "5e9f0a69-bae7-464c-bbce-260a2c3d6bab",
            "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": "aaca6fec-f180-4783-86c8-7f392c60d0b5",
            "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": "8a7527c2-55a5-4bca-89f9-05e0a6272cba",
            "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": []
        }
    ]
}