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

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

{
    "data": {
        "type": "SamplingMediumCommunity",
        "id": "10",
        "attributes": {
            "term": "Rock",
            "abbreviation": null,
            "definition": "Naturally occuring solid aggregate of one or more minerals.",
            "provenance": "Adapted from SESAR Material CV. See http://app.geosamples.org/reference/materials.php. Definition adapted from Wikipedia. See: https://en.wikipedia.org/wiki/Rock_(geology)",
            "provenance_uri": null,
            "note": null
        },
        "relationships": {
            "compartment": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/10/relationships/compartment?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/10/compartment/?format=api"
                },
                "data": {
                    "type": "Compartment",
                    "id": "6"
                }
            },
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/10/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/10/root/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "10"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/10/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/10/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/10/?format=api"
        }
    }
}