API endpoint that allows MeasuredQuantity to be viewed or edited.

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

{
    "data": {
        "type": "MeasuredQuantity",
        "id": "420",
        "attributes": {
            "term": "Doppler spectrum width",
            "definition": "Full width at half maximum of the spectrum. Representative of particules speed dispersion in the range gate.",
            "provenance": "manual by Vaisala Leosphere",
            "provenance_uri": "",
            "category": "",
            "note": "no vocabulary available, how to proceed? Manual not publicly available",
            "status": "PENDING",
            "requested_by_email": "corinna.rebmann@kit.edu",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/383"
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/420/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/420/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "9"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/420/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/420/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "9"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/420/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/420/global_provenance/?format=api"
                },
                "data": null
            },
            "measured_quantity_units": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/420/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/420/measured_quantity_units/?format=api"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/420/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/420/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/420/?format=api"
        }
    }
}