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

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

{
    "data": {
        "type": "UnitCommunity",
        "id": "115",
        "attributes": {
            "term": "Nanometre (Nanometer)",
            "abbreviation": "nm",
            "definition": "Nanometer (American spelling), is a unit of length in the International System of Units (SI), equal to one billionth (short scale) of a meter (0.000000001 m). One nanometre can be expressed in scientific notation as 1 × 10−9 m and as ⁠1/1000000000⁠ m",
            "provenance": "wikipedia",
            "provenance_uri": "https://en.wikipedia.org/wiki/Nanometre",
            "note": ""
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/115/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/115/root/?format=api"
                },
                "data": {
                    "type": "Unit",
                    "id": "135"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/115/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/115/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/115/?format=api"
        }
    }
}