Manufacturer Community Instance
API endpoint that allows Manufacturer of Communities to be viewed or edited.
GET /sms/cv/api/v1/manufacturers-communities/71/?format=api
{ "data": { "type": "ManufacturerCommunity", "id": "71", "attributes": { "term": "METER Group", "abbreviation": null, "definition": "METER Group, Inc. USA", "provenance": null, "provenance_uri": null, "note": "" }, "relationships": { "root": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/71/relationships/root?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/71/root/?format=api" }, "data": { "type": "Manufacturer", "id": "180" } }, "community": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/71/relationships/community?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/71/community/?format=api" }, "data": { "type": "Community", "id": "1" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/71/?format=api" } } }