Unit Community Instance
API endpoint that allows units Types of Communities to be viewed or edited.
GET /sms/cv/api/v1/units-communities/90/?format=api
{ "data": { "type": "UnitCommunity", "id": "90", "attributes": { "term": "ml/s", "abbreviation": null, "definition": "A metric unit of volumetric flow rate defined as the rate at which one milliliter of matter crosses a given surface during the period of time equal to one second.", "provenance": "Milliliter per Second", "provenance_uri": "http://purl.obolibrary.org/obo/NCIT_C69073", "note": "" }, "relationships": { "root": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/90/relationships/root?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/90/root/?format=api" }, "data": { "type": "Unit", "id": "90" } }, "community": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/90/relationships/community?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/90/community/?format=api" }, "data": { "type": "Community", "id": "1" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/90/?format=api" } } }