API endpoint that allows MeasuredQuantity of Communities to be viewed or edited.

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

{
    "data": {
        "type": "MeasuredQuantityCommunity",
        "id": "295",
        "attributes": {
            "term": "Soil horizon",
            "abbreviation": null,
            "definition": "A soil horizon is a layer parallel to the soil surface, whose physical characteristics differ from the layers above and beneath. Each soil type usually has three or four horizons.",
            "provenance": "Wikipedia",
            "provenance_uri": "http://vocabulary.odm2.org/variablename/soilHorizon/",
            "note": "Added to support Critical Zone Observatory (CZO) data use cases. "
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/295/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/295/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "6"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/295/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/295/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "9"
                }
            },
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/295/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/295/root/?format=api"
                },
                "data": {
                    "type": "MeasuredQuantity",
                    "id": "295"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/295/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/295/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/295/?format=api"
        }
    }
}