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

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

{
    "data": {
        "type": "UnitCommunity",
        "id": "112",
        "attributes": {
            "term": "dB",
            "abbreviation": null,
            "definition": "A logarithmic measure of the relative power, or of the relative values of two flux densities, especially of sound intensities and radio and radar power densities.",
            "provenance": "DECIBEL",
            "provenance_uri": "https://glossary.ametsoc.org/wiki/Decibel",
            "note": ""
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/112/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/112/root/?format=api"
                },
                "data": {
                    "type": "Unit",
                    "id": "116"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/112/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/112/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/112/?format=api"
        }
    }
}