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

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

{
    "data": {
        "type": "Unit",
        "id": "68",
        "attributes": {
            "term": "Vol%",
            "definition": "A unit of percentage concentration expressed as a fraction of a component by volume s in the entire volume of a resulting mixture. The unit denotes a number of milliliters of a solute per 100 milliliters of solution. The standard conditions for temperature and pressure apply.",
            "provenance": "Percent Volume per Volume",
            "provenance_uri": "http://purl.obolibrary.org/obo/NCIT_C48571",
            "category": "",
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": null,
            "discussion_url": null,
            "provenance_term": "Percent Volume per Volume",
            "ucum_case_sensitive_symbol": null
        },
        "relationships": {
            "measured_quantity_units": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "224"
                    }
                ],
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/68/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/68/measured_quantity_units/?format=api"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/68/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/68/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "16"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/68/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/68/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/68/?format=api"
        }
    }
}