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

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

{
    "data": {
        "type": "MeasuredQuantityCommunity",
        "id": "140",
        "attributes": {
            "term": "Stemflow",
            "abbreviation": null,
            "definition": "In hydrology, stemflow is the flow of intercepted water down the trunk or stem of a plant.",
            "provenance": "Definition adapted from Wikipedia.",
            "provenance_uri": "https://en.wikipedia.org/w/index.php?title=Stemflow&oldid=1039232948",
            "note": null
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/140/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/140/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "9"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/140/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/140/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "2"
                }
            },
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/140/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/140/root/?format=api"
                },
                "data": {
                    "type": "MeasuredQuantity",
                    "id": "140"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/140/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/140/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/140/?format=api"
        }
    }
}