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

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

{
    "data": {
        "type": "Unit",
        "id": "22",
        "attributes": {
            "term": "mmol/mol",
            "definition": "A unit of fraction expressed as the ratio of the amount of substance of solute in millimoles to the amount of substance of the mixture in moles.",
            "provenance": "Millimole per Mole",
            "provenance_uri": "http://purl.obolibrary.org/obo/NCIT_C111253",
            "category": "",
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": null,
            "discussion_url": null,
            "provenance_term": "Millimole per Mole",
            "ucum_case_sensitive_symbol": "mmol/mol"
        },
        "relationships": {
            "measured_quantity_units": {
                "meta": {
                    "count": 4
                },
                "data": [
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "21"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "31"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "41"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "51"
                    }
                ],
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/22/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/22/measured_quantity_units/?format=api"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/22/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/22/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "16"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/22/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/22/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/22/?format=api"
        }
    }
}