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

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

{
    "data": {
        "type": "UnitCommunity",
        "id": "68",
        "attributes": {
            "term": "Vol%",
            "abbreviation": null,
            "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",
            "note": ""
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/68/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/68/root/?format=api"
                },
                "data": {
                    "type": "Unit",
                    "id": "68"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/68/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/68/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/68/?format=api"
        }
    }
}