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

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

{
    "data": {
        "type": "UnitCommunity",
        "id": "116",
        "attributes": {
            "term": "Nanosecond",
            "abbreviation": "ns",
            "definition": "A nanosecond (ns) is a unit of time in the International System of Units (SI) equal to one billionth of a second, that is, ⁠1/1000000000⁠ of a second, or 10−9 seconds.",
            "provenance": "wikipedia",
            "provenance_uri": "https://en.wikipedia.org/wiki/Nanosecond",
            "note": ""
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/116/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/116/root/?format=api"
                },
                "data": {
                    "type": "Unit",
                    "id": "134"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/116/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/116/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/116/?format=api"
        }
    }
}