API endpoint that allows MeasuredQuantity to be viewed or edited.

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

{
    "data": {
        "type": "MeasuredQuantity",
        "id": "467",
        "attributes": {
            "term": "Signal amplitude",
            "definition": "The amplitude of a periodic variable is a measure of its change in a single period (such as time or spatial period). The amplitude of a non-periodic signal is its magnitude compared with a reference value.",
            "provenance": "wikipedia",
            "provenance_uri": "https://en.wikipedia.org/wiki/Amplitude",
            "category": null,
            "note": "sorry, did not find any other close match to what I would need for the term 'Signal amplitude of the laser strip' from the Ott disdrometer (https://cdn.hach.com/1XMCM0ZF/at/br9qp8bxsk8bn6nzxjxxq3pf/BA_Parsivel2_EN_70210002BE.pdf) which should be even an affective amplitude, which would be 'Root mean square amplitude'",
            "status": "PENDING",
            "requested_by_email": "corinna.rebmann@kit.edu",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/432"
        },
        "relationships": {
            "sampling_media": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/467/relationships/sampling_media?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/467/sampling_media/?format=api"
                },
                "data": {
                    "type": "SamplingMedium",
                    "id": "1"
                }
            },
            "aggregation_type": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/467/relationships/aggregation_type?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/467/aggregation_type/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "9"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/467/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/467/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "7"
                }
            },
            "measured_quantity_units": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/467/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/467/measured_quantity_units/?format=api"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/467/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/467/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/467/?format=api"
        }
    }
}