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

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

{
    "data": {
        "type": "Unit",
        "id": "57",
        "attributes": {
            "term": "hPa",
            "definition": "A SI derived unit of pressure equivalent to one hundred pascals, 1 millibar or 0.0145 pounds per square inch.",
            "provenance": "CLEAR",
            "provenance_uri": "CLEAR",
            "category": "",
            "note": "CLEAR",
            "status": "REJECTED",
            "requested_by_email": null,
            "discussion_url": null,
            "provenance_term": "CLEAR",
            "ucum_case_sensitive_symbol": null
        },
        "relationships": {
            "measured_quantity_units": {
                "meta": {
                    "count": 6
                },
                "data": [
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "5"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "15"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "394"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "191"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "262"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "513"
                    }
                ],
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/57/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/57/measured_quantity_units/?format=api"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/57/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/57/global_provenance/?format=api"
                },
                "data": null
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/57/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/57/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/57/?format=api"
        }
    }
}