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

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

{
    "data": {
        "type": "MeasuredQuantityCommunity",
        "id": "456",
        "attributes": {
            "term": "Permittivity",
            "abbreviation": "Permit",
            "definition": "Permittivity is a physical quantity that describes how an electric field affects, and is affected by a dielectric medium, and is determined by the ability of a material to polarize in response to the field, and thereby reduce the total electric field inside the material. Thus, permittivity relates to a material's ability to transmit (or \"permit\") an electric field.",
            "provenance": "Originally from the CUAHSI HIS VariableNameCV.  See: http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=VariableNameCV.",
            "provenance_uri": "http://vocabulary.odm2.org/variablename/permittivity/",
            "note": null
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/456/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/456/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "6"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/456/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/456/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "1"
                }
            },
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/456/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/456/root/?format=api"
                },
                "data": {
                    "type": "MeasuredQuantity",
                    "id": "127"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/456/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/456/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "5"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities-communities/456/?format=api"
        }
    }
}