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

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

{
    "data": {
        "type": "Unit",
        "id": "51",
        "attributes": {
            "term": "°C",
            "definition": "A unit of temperature of the temperature scale designed so that the freezing point of water is 0 degrees and the boiling point is 100 degrees at standard atmospheric pressure. The current official definition of the Celsius sets 0.01 C to be at the triple point of water and a degree to be 1/273.16 of the difference in temperature between the triple point of water and absolute zero. One degree Celsius represents the same temperature difference as one Kelvin.",
            "provenance": "Degree Celsius",
            "provenance_uri": "http://purl.obolibrary.org/obo/NCIT_C42559",
            "category": "",
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": null,
            "discussion_url": null,
            "provenance_term": "Degree Celsius",
            "ucum_case_sensitive_symbol": "Cel"
        },
        "relationships": {
            "measured_quantity_units": {
                "meta": {
                    "count": 20
                },
                "data": [
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "7"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "289"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "626"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "16"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "132"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "168"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "225"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "589"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "236"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "506"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "138"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "88"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "92"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "241"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "239"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "508"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "510"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "253"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "270"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "612"
                    }
                ],
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/51/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/51/measured_quantity_units/?format=api"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/51/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/51/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "16"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/51/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/51/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/51/?format=api"
        }
    }
}