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

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

{
    "data": {
        "type": "UnitCommunity",
        "id": "87",
        "attributes": {
            "term": "m³/s",
            "abbreviation": null,
            "definition": "A SI unit of volumetric flow rate defined as the rate at which one cubic meter of matter crosses a given surface during the period of time equal to one second.",
            "provenance": "Cubic Meter per Second",
            "provenance_uri": "http://purl.obolibrary.org/obo/NCIT_C69159",
            "note": ""
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/87/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/87/root/?format=api"
                },
                "data": {
                    "type": "Unit",
                    "id": "87"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/87/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/87/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/87/?format=api"
        }
    }
}