API endpoint that allows MeasuredQuantity to be viewed or edited.

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

{
    "data": {
        "type": "MeasuredQuantity",
        "id": "465",
        "attributes": {
            "term": "Equivalent reflectivity factor",
            "definition": "\"Equivalent reflectivity factor\" is the radar reflectivity factor that is calculated from the measured radar return power assuming the target is composed of liquid water droplets whose diameter is less than one tenth of the radar wavelength, i.e., treating the droplets as Rayleigh scatterers. The actual radar reflectivity factor would depend on the size distribution and composition of the particles within the target volume and these are often unknown.",
            "provenance": "cf conventions",
            "provenance_uri": null,
            "category": null,
            "note": "equivalent_reflectivity_factor, unit is dBz - and please note that 'reflectivity' itself would not be appropriate here. In addition the description there relates to the unit. This has to be changed there",
            "status": "PENDING",
            "requested_by_email": "corinna.rebmann@kit.edu",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/430"
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/465/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/465/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "9"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/465/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/465/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "9"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/465/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/465/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "1"
                }
            },
            "measured_quantity_units": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/465/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/465/measured_quantity_units/?format=api"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/465/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/465/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/465/?format=api"
        }
    }
}