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

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

{
    "data": {
        "type": "SamplingMediumCommunity",
        "id": "30",
        "attributes": {
            "term": "Soil",
            "abbreviation": "So",
            "definition": "Specimen collected from soil or sensor emplaced to measure properties of soil. Soil includes the mixture of minerals, organic matter, gasses, liquids, and organisms that make up the upper layer of earth in which plants grow. ",
            "provenance": "Adapted from SESAR Material CV. See http://app.geosamples.org/reference/materials.php",
            "provenance_uri": "http://vocabulary.odm2.org/medium/soil/",
            "note": null
        },
        "relationships": {
            "compartment": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/30/relationships/compartment?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/30/compartment/?format=api"
                },
                "data": {
                    "type": "Compartment",
                    "id": "4"
                }
            },
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/30/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/30/root/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "6"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/30/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/30/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "5"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia-communities/30/?format=api"
        }
    }
}