Unit Community Instance
API endpoint that allows units Types of Communities to be viewed or edited.
GET /sms/cv/api/v1/units-communities/62/?format=api
{ "data": { "type": "UnitCommunity", "id": "62", "attributes": { "term": "cm", "abbreviation": null, "definition": "A basic unit of length in the former CGS version of metric system, equal to one hundredth of a meter or approximately 0.393 700 787 inch.", "provenance": "Centimeter", "provenance_uri": "http://purl.obolibrary.org/obo/NCIT_C49668", "note": "" }, "relationships": { "root": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/62/relationships/root?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/62/root/?format=api" }, "data": { "type": "Unit", "id": "62" } }, "community": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/62/relationships/community?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/62/community/?format=api" }, "data": { "type": "Community", "id": "1" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/62/?format=api" } } }