API endpoint that allows MeasuredQuantity to be viewed or edited.

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

{
    "data": {
        "type": "SamplingMedium",
        "id": "21",
        "attributes": {
            "term": "dsDNA",
            "definition": "Double stranded deoxyribonucleic acid (dsDNA) is a polymer composed of two polynucleotide chains that coil around each other to form a double helix. The polymer carries genetic instructions for the development, functioning, growth and reproduction of all known organisms and many viruses. DNAis a nucleic acids. Alongside proteins, lipids and complex carbohydrates (polysaccharides), nucleic acids are one of the four major types of macromolecules that are essential for all known forms of life.",
            "provenance": null,
            "provenance_uri": "https://en.wikipedia.org/wiki/DNA",
            "category": null,
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": "stephan.schreiber@ufz.de",
            "discussion_url": null
        },
        "relationships": {
            "measured_quantities": {
                "meta": {
                    "count": 5
                },
                "data": [
                    {
                        "type": "MeasuredQuantity",
                        "id": "351"
                    },
                    {
                        "type": "MeasuredQuantity",
                        "id": "352"
                    },
                    {
                        "type": "MeasuredQuantity",
                        "id": "354"
                    },
                    {
                        "type": "MeasuredQuantity",
                        "id": "353"
                    },
                    {
                        "type": "MeasuredQuantity",
                        "id": "350"
                    }
                ],
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia/21/relationships/measured_quantities?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia/21/measured_quantities/?format=api"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia/21/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia/21/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "7"
                }
            },
            "compartment": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia/21/relationships/compartment?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia/21/compartment/?format=api"
                },
                "data": {
                    "type": "Compartment",
                    "id": "2"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia/21/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia/21/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/samplingmedia/21/?format=api"
        }
    }
}