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

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

{
    "data": {
        "type": "MeasuredQuantityCommunity",
        "id": "604",
        "attributes": {
            "term": "Glacier mass",
            "abbreviation": null,
            "definition": "Filtered glacier mass anomalies; to obtain anomalies corresponding to a regular grid, an area transformation considering the glaciated area of each grid cell is applied; to reconvert to gridded glacier mass loss in units of Gt, the water height per grid cell needs to be multiplied by the total area of the grid cell; note that due to filtering, glacier mass is underestimated by about a 40% mainly caused by signal leakage into the ocean in coastal areas.",
            "provenance": null,
            "provenance_uri": "https://gravis.gfz-potsdam.de/gws",
            "note": ""
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/604/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/604/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "15"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/604/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/604/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "1"
                }
            },
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/604/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/604/root/?format=api"
                },
                "data": {
                    "type": "MeasuredQuantity",
                    "id": "397"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/604/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/604/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "6"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/604/?format=api"
        }
    }
}