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

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

{
    "data": {
        "type": "MeasuredQuantityCommunity",
        "id": "601",
        "attributes": {
            "term": "northward_wind",
            "abbreviation": null,
            "definition": "\"Northward\" indicates a vector component which is positive when directed northward (negative southward). Wind is defined as a two-dimensional (horizontal) air velocity vector, with no vertical component. (Vertical motion in the atmosphere has the standard name upward_air_velocity.)",
            "provenance": null,
            "provenance_uri": "https://cfconventions.org/Data/cf-standard-names/current/build/cf-standard-name-table.html",
            "note": ""
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/601/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/601/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "9"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/601/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/601/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "1"
                }
            },
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/601/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/601/root/?format=api"
                },
                "data": {
                    "type": "MeasuredQuantity",
                    "id": "378"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/601/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/601/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "3"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/601/?format=api"
        }
    }
}