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

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

{
    "data": {
        "type": "UnitCommunity",
        "id": "63",
        "attributes": {
            "term": "m",
            "abbreviation": null,
            "definition": "A unit of linear measure in the metric system, one of the seven base units of the International System of Units (Systeme International d'Unites, SI). A meter is defined as the length of the path traveled by light in a vacuum during a time interval of 1/299 792 458 of a second and is equal to 1.093 61 yards.",
            "provenance": "Meter",
            "provenance_uri": "http://purl.obolibrary.org/obo/NCIT_C41139",
            "note": ""
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/63/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/63/root/?format=api"
                },
                "data": {
                    "type": "Unit",
                    "id": "63"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/63/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/63/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/63/?format=api"
        }
    }
}