API endpoint that allows units Types of Communities to be viewed or edited.

GET /sms/cv/api/v1/units-communities/81/root/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "type": "Unit",
        "id": "81",
        "attributes": {
            "term": "l",
            "definition": "The non-SI unit of volume accepted for use with the SI. One liter is equal to cubic decimeter, or one thousandth of cubic meter, or 1000 cubic centimeters, or approximately 61.023 744 cubic inches.",
            "provenance": "Liter",
            "provenance_uri": "http://purl.obolibrary.org/obo/NCIT_C48505",
            "category": "",
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": null,
            "discussion_url": null,
            "provenance_term": "Liter",
            "ucum_case_sensitive_symbol": "l"
        },
        "relationships": {
            "measured_quantity_units": {
                "meta": {
                    "count": 8
                },
                "data": [
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "196"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "419"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "516"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "529"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "531"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "533"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "535"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "537"
                    }
                ],
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/81/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/81/measured_quantity_units/?format=api"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/81/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/81/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "16"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/81/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/81/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/81/?format=api"
        }
    }
}