API endpoint that allows MeasuredQuantity to be viewed or edited.

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

{
    "data": {
        "type": "MeasuredQuantity",
        "id": "404",
        "attributes": {
            "term": "Ultraviolet index",
            "definition": "The ultraviolet index, or UV index, is an international standard measurement of the strength of the sunburn-producing ultraviolet (UV) radiation at a particular place and time.",
            "provenance": "Wikipedia",
            "provenance_uri": "https://en.wikipedia.org/wiki/Ultraviolet_index",
            "category": null,
            "note": "no unit",
            "status": "PENDING",
            "requested_by_email": "paul.remmler@ufz.de",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/312"
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/404/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/404/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "9"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/404/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/404/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "15"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/404/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/404/global_provenance/?format=api"
                },
                "data": null
            },
            "measured_quantity_units": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/404/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/404/measured_quantity_units/?format=api"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/404/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/404/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/404/?format=api"
        }
    }
}