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

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

{
    "data": {
        "type": "SamplingMediumCommunity",
        "id": "19",
        "attributes": {
            "term": "Sediment",
            "abbreviation": null,
            "definition": "Specimen collected from material broken down by processes of weathering and erosion and subsequently transported by the action of wind, water, or ice, and/or by the force of gravity acting on the particles. Sensors may also be emplaced to measure sediment properties.",
            "provenance": "Adapted from SESAR Material CV. See http://app.geosamples.org/reference/materials.php. Definition adapted from Wikipedia. See: https://en.wikipedia.org/wiki/Sediment",
            "provenance_uri": "http://vocabulary.odm2.org/medium/sediment/",
            "note": null
        },
        "relationships": {
            "compartment": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/19/relationships/compartment?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/19/compartment/?format=api"
                },
                "data": {
                    "type": "Compartment",
                    "id": "4"
                }
            },
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/19/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/19/root/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "19"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/19/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/19/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/19/?format=api"
        }
    }
}