Manufacturer Instance
API endpoint that allows Manufacturer to be viewed or edited.
GET /sms/cv/api/v1/manufacturers/188/?format=api
{ "data": { "type": "Manufacturer", "id": "188", "attributes": { "term": "METEK Meteorologische Messtechnik GmbH", "definition": "meteorological instrumentations", "provenance": null, "provenance_uri": "www.metek.de", "category": null, "note": "Nachfolger von Theodor Friedrichs & Co., Meteorologische Geräte und Systeme GmbH", "status": "ACCEPTED", "requested_by_email": null, "discussion_url": null }, "relationships": { "global_provenance": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/188/relationships/global_provenance?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/188/global_provenance/?format=api" }, "data": { "type": "GlobalProvenance", "id": "1" } }, "successor": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/188/relationships/successor?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/188/successor/?format=api" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/188/?format=api" } } }