API endpoint that allows MeasuredQuantity to be viewed or edited.

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

{
    "data": {
        "type": "MeasuredQuantity",
        "id": "285",
        "attributes": {
            "term": "Sigma-t",
            "definition": "Density of seawater calculated with in situ salinity and temperature, but pressure equal to zero, rather than the in situ pressure, and 1000 kg/m^3 is subtracted. Defined as (S,T)-1000 kg m-3, where (S,T) is the density of a sample of seawater at temperature T and salinity S, measured in kg m-3, at standard atmospheric pressure.",
            "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/sigma_t/",
            "category": null,
            "note": null,
            "status": "ACCEPTED",
            "requested_by_email": null,
            "discussion_url": null
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/285/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/285/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "7"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/285/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/285/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "1"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/285/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/285/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "4"
                }
            },
            "measured_quantity_units": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/285/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/285/measured_quantity_units/?format=api"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/285/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/285/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/285/?format=api"
        }
    }
}