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

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

{
    "data": {
        "type": "Unit",
        "id": "7",
        "attributes": {
            "term": "A",
            "definition": "A unit of electric current, one of the seven base units of the International System of Units (Systeme International d'Unites, SI). It is that constant current which, if maintained in two straight parallel conductors of infinite length and zero diameter separated by one meter in a vacuum, would produce between these conductors a force equal to 2x10E7 newton per meter of length. This is dependent upon the definitions of the meter, kilogram, and second. One ampere represents 6.24 x 10E18 unit electric charge carriers, such as electrons, passing a specified fixed point in one second.",
            "provenance": "Ampere",
            "provenance_uri": "http://purl.obolibrary.org/obo/NCIT_C42536",
            "category": "",
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": null,
            "discussion_url": null,
            "provenance_term": "Ampere",
            "ucum_case_sensitive_symbol": "A"
        },
        "relationships": {
            "measured_quantity_units": {
                "meta": {
                    "count": 2
                },
                "data": [
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "142"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "86"
                    }
                ],
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/7/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/7/measured_quantity_units/?format=api"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/7/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/7/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "16"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/7/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/7/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/7/?format=api"
        }
    }
}