Manufacturer Instance
API endpoint that allows Manufacturer to be viewed or edited.
GET /sms/cv/api/v1/manufacturers/201/?format=api
{ "data": { "type": "Manufacturer", "id": "201", "attributes": { "term": "Leosphere", "definition": "Leosphere is a french manufacturer of wind of lidar instruments. They were tken over by Vaisala.", "provenance": null, "provenance_uri": null, "category": null, "note": "", "status": "ACCEPTED", "requested_by_email": "corinna.rebmann@kit.edu", "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/288" }, "relationships": { "global_provenance": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/201/relationships/global_provenance?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/201/global_provenance/?format=api" }, "data": null }, "successor": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/201/relationships/successor?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/201/successor/?format=api" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/201/?format=api" } } }