Equipment Type Instance
API endpoint that allows Equipment Types to be viewed or edited.
GET /sms/cv/api/v1/equipmenttypes/255/?format=api
{ "data": { "type": "EquipmentType", "id": "255", "attributes": { "term": "Condensation Particle Counter", "definition": "Instrument designed for measuring the total number of aerosol particles per sample volume by means of growing the particles in a supersaturated atmosphere and subsequently counting them.", "provenance": "ACTRIS", "provenance_uri": "https://vocabulary.actris.nilu.no/actris_vocab/condensationparticlecounter", "category": null, "note": "", "status": "ACCEPTED", "requested_by_email": "uitce@student.kit.edu", "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/415" }, "relationships": { "global_provenance": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/255/relationships/global_provenance?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/255/global_provenance/?format=api" }, "data": { "type": "GlobalProvenance", "id": "14" } }, "successor": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/255/relationships/successor?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/255/successor/?format=api" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/255/?format=api" } } }