API endpoint that allows sampling medium Types of Communities to be viewed or edited.

GET /sms/cv/api/v1/samplingmedia-communities/22/?format=api
HTTP 200 OK
Allow: GET, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "type": "SamplingMediumCommunity",
        "id": "22",
        "attributes": {
            "term": "Air",
            "abbreviation": "Ai",
            "definition": "Specimen collection of ambient air or sensor emplaced to measure properties of ambient air.",
            "provenance": "ODM2 Controlled Vocabularies",
            "provenance_uri": "http://vocabulary.odm2.org/medium/air/",
            "note": null
        },
        "relationships": {
            "compartment": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/22/relationships/compartment?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/22/compartment/?format=api"
                },
                "data": {
                    "type": "Compartment",
                    "id": "1"
                }
            },
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/22/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/22/root/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "9"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/22/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/22/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "5"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/22/?format=api"
        }
    }
}