API endpoint that allows Global provenance to be viewed or edited.

GET /sms/cv/api/v1/globalprovenances/11/measured_quantities/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": [
        {
            "type": "MeasuredQuantity",
            "id": "371",
            "attributes": {
                "term": "Doppler spectrum width, horizontal",
                "definition": "The Doppler spread or Doppler spectrum width is usually defined as the standard deviation of the Doppler velocity about its mean value, regarding the velocity as a continuously distributed random variable with a probability density function equal to the normalized Doppler spectrum. Direction of polarization here is horizontal.",
                "provenance": "WMO radial",
                "provenance_uri": "https://community.wmo.int/en/activity-areas/wis/wmo-cf-extensions",
                "category": null,
                "note": "",
                "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/371/relationships/sampling_media?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/371/sampling_media/?format=api"
                    },
                    "data": {
                        "type": "SamplingMedium",
                        "id": "9"
                    }
                },
                "aggregation_type": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/371/relationships/aggregation_type?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/371/aggregation_type/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "10"
                    }
                },
                "global_provenance": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/371/relationships/global_provenance?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/371/global_provenance/?format=api"
                    },
                    "data": {
                        "type": "GlobalProvenance",
                        "id": "11"
                    }
                },
                "measured_quantity_units": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/371/relationships/measured_quantity_units?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/371/measured_quantity_units/?format=api"
                    }
                },
                "successor": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/371/relationships/successor?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/371/successor/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/371/?format=api"
            }
        },
        {
            "type": "MeasuredQuantity",
            "id": "372",
            "attributes": {
                "term": "Doppler spectrum width, vertical",
                "definition": "The Doppler spread or Doppler spectrum width is usually defined as the standard deviation of the Doppler velocity about its mean value, regarding the velocity as a continuously distributed random variable with a probability density function equal to the normalized Doppler spectrum. Direction of polarization here is vertical.",
                "provenance": "WMO",
                "provenance_uri": "https://community.wmo.int/en/activity-areas/wis/wmo-cf-extensions",
                "category": null,
                "note": "",
                "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/372/relationships/sampling_media?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/372/sampling_media/?format=api"
                    },
                    "data": {
                        "type": "SamplingMedium",
                        "id": "9"
                    }
                },
                "aggregation_type": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/372/relationships/aggregation_type?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/372/aggregation_type/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "10"
                    }
                },
                "global_provenance": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/372/relationships/global_provenance?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/372/global_provenance/?format=api"
                    },
                    "data": {
                        "type": "GlobalProvenance",
                        "id": "11"
                    }
                },
                "measured_quantity_units": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/372/relationships/measured_quantity_units?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/372/measured_quantity_units/?format=api"
                    }
                },
                "successor": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/372/relationships/successor?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/372/successor/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/measuredquantities/372/?format=api"
            }
        }
    ]
}