Manufacturer Community Instance
API endpoint that allows Manufacturer of Communities to be viewed or edited.
GET /sms/cv/api/v1/manufacturers-communities/28/?format=api
{ "data": { "type": "ManufacturerCommunity", "id": "28", "attributes": { "term": "Delta-T Devices", "abbreviation": null, "definition": "", "provenance": null, "provenance_uri": "https://ror.org/04jp86b51", "note": "" }, "relationships": { "root": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/28/relationships/root?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/28/root/?format=api" }, "data": { "type": "Manufacturer", "id": "28" } }, "community": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/28/relationships/community?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/28/community/?format=api" }, "data": { "type": "Community", "id": "1" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/28/?format=api" } } }