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

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

{
    "data": {
        "type": "MeasuredQuantityCommunity",
        "id": "610",
        "attributes": {
            "term": "Crosswind",
            "abbreviation": null,
            "definition": "A wind that has a component directed perpendicularly to the course (\r\nor heading) of an exposed, moving object; more popularly, a wind that predominantly acts in this manner.\r\nIn the broadest sense, any wind except a direct headwind or direct tailwind is a crosswind. The drift produced by crosswind is critical to air navigation, being especially dangerous during landing and takeoff.",
            "provenance": null,
            "provenance_uri": "https://glossary.ametsoc.org/wiki/Crosswind",
            "note": ""
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/610/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/610/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "9"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/610/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/610/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "1"
                }
            },
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/610/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/610/root/?format=api"
                },
                "data": {
                    "type": "MeasuredQuantity",
                    "id": "402"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/610/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/610/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/610/?format=api"
        }
    }
}