Unit Community Instance
API endpoint that allows units Types of Communities to be viewed or edited.
GET /sms/cv/api/v1/units-communities/24/?format=api
{ "data": { "type": "UnitCommunity", "id": "24", "attributes": { "term": "kg/m³", "abbreviation": null, "definition": "A SI derived unit of mass concentration defined as the concentration of one kilogram of a substance per unit volume of the mixture equal to one cubic meter, or the concentration of one milligram of a substance per unit volume of the mixture equal to one milliliter, or one gram of a substance per one liter of the mixture. It is also a unit of mass density (volumic mass) defined as the density of substance which mass equal to one milligram occupies the volume one milliliter.", "provenance": "Kilogram per Cubic Meter", "provenance_uri": "http://purl.obolibrary.org/obo/NCIT_C42576", "note": "" }, "relationships": { "root": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/24/relationships/root?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/24/root/?format=api" }, "data": { "type": "Unit", "id": "24" } }, "community": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/24/relationships/community?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/24/community/?format=api" }, "data": { "type": "Community", "id": "1" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units-communities/24/?format=api" } } }