API endpoint that allows MeasuredQuantity to be viewed or edited.

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

{
    "data": {
        "type": "MeasuredQuantity",
        "id": "177",
        "attributes": {
            "term": "Alluvium depth",
            "definition": "Alluvium is loose, unconsolidated (not cemented together into a solid rock) soil or sediment that has been eroded, reshaped by water in some form, and redeposited in a non-marine setting. Alluvium is typically made up of a variety of materials, including fine particles of silt and clay and larger particles of sand and gravel. When this loose alluvial material is deposited or cemented into a lithological unit, or lithified, it is called an alluvial deposit.",
            "provenance": "Wikipedia",
            "provenance_uri": "http://vocabulary.odm2.org/variablename/alluviumDepth/",
            "category": null,
            "note": "Added to support Critical Zone Observatory (CZO) data use cases. ",
            "status": "ACCEPTED",
            "requested_by_email": null,
            "discussion_url": null
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/177/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/177/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "6"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/177/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/177/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "1"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/177/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/177/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "4"
                }
            },
            "measured_quantity_units": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/177/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/177/measured_quantity_units/?format=api"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/177/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/177/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/177/?format=api"
        }
    }
}