Compartment Community Instance
API endpoint that allows Compartment to be viewed or edited.
GET /sms/cv/api/v1/compartments-communities/1/?format=api
{ "data": { "type": "CompartmentCommunity", "id": "1", "attributes": { "term": "Atmosphere", "abbreviation": null, "definition": "A site established primarily to measure meteorological properties or atmospheric deposition.", "provenance": null, "provenance_uri": "http://vocabulary.odm2.org/sitetype/atmosphere/", "note": "" }, "relationships": { "root": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/compartments-communities/1/relationships/root?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/compartments-communities/1/root/?format=api" }, "data": { "type": "Compartment", "id": "1" } }, "community": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/compartments-communities/1/relationships/community?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/compartments-communities/1/community/?format=api" }, "data": { "type": "Community", "id": "1" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/compartments-communities/1/?format=api" } } }