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

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

{
    "data": {
        "type": "Unit",
        "id": "14",
        "attributes": {
            "term": "µmol/mol",
            "definition": "A unit of fraction expressed as the ratio of the amount of a substance in solution, in micromoles, to the amount of a different substance in the mixture, in moles.",
            "provenance": "Micromole per Mole",
            "provenance_uri": "http://purl.obolibrary.org/obo/NCIT_C122231",
            "category": "",
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": null,
            "discussion_url": null,
            "provenance_term": "Micromole per Mole",
            "ucum_case_sensitive_symbol": "umol/mol"
        },
        "relationships": {
            "measured_quantity_units": {
                "meta": {
                    "count": 6
                },
                "data": [
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "20"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "30"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "35"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "37"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "40"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "49"
                    }
                ],
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/14/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/14/measured_quantity_units/?format=api"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/14/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/14/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "16"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/14/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/14/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/14/?format=api"
        }
    }
}