Unit Community Instance
API endpoint that allows units Types of Communities to be viewed or edited.
GET /sms/cv/api/v1/units-communities/27/?format=api
{ "data": { "type": "UnitCommunity", "id": "27", "attributes": { "term": "bit/s", "abbreviation": null, "definition": null, "provenance": "Bits per Second", "provenance_uri": "http://qudt.org/vocab/unit#BitsPerSecond", "note": "" }, "relationships": { "root": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/27/relationships/root?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/27/root/?format=api" }, "data": { "type": "Unit", "id": "27" } }, "community": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/27/relationships/community?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/27/community/?format=api" }, "data": { "type": "Community", "id": "1" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/27/?format=api" } } }