API endpoint that allows MeasuredQuantity to be viewed or edited.

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

{
    "data": {
        "type": "MeasuredQuantity",
        "id": "380",
        "attributes": {
            "term": "Sonic temperature",
            "definition": "Sonic temperature is similar to 'virtual Temperature' but not exactly the same and derived from speed of sound of sonic anemometers/thermometers.",
            "provenance": "several manuals for sonic anemometrs/thermometers",
            "provenance_uri": "https://amt.copernicus.org/articles/15/95/2022/",
            "category": null,
            "note": "see for example:\r\nhttps://www.campbellsci.com/csat3b\r\nhttps://gillinstruments.com/wp-content/uploads/2022/08/WindMaster-iss7-Datasheet.pdf",
            "status": "ACCEPTED",
            "requested_by_email": "corinna.rebmann@kit.edu",
            "discussion_url": null
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/380/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/380/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "9"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/380/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/380/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "1"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/380/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/380/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "1"
                }
            },
            "measured_quantity_units": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/380/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/380/measured_quantity_units/?format=api"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/380/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/380/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/380/?format=api"
        }
    }
}