Equipment Type Instance
API endpoint that allows Equipment Types to be viewed or edited.
GET /sms/cv/api/v1/equipmenttypes/32/?format=api
{ "data": { "type": "EquipmentType", "id": "32", "attributes": { "term": "Battery", "definition": "A device consisting of one or more electrochemical cells that convert stored chemical energy into electrical energy.", "provenance": "Definition adapted from Wikipedia. See http://en.wikipedia.org/wiki/Battery_(electricity)", "provenance_uri": "http://vocabulary.odm2.org/equipmenttype/battery/", "category": null, "note": null, "status": "ACCEPTED", "requested_by_email": null, "discussion_url": null }, "relationships": { "global_provenance": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/32/relationships/global_provenance?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/32/global_provenance/?format=api" }, "data": { "type": "GlobalProvenance", "id": "4" } }, "successor": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/32/relationships/successor?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/32/successor/?format=api" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/32/?format=api" } } }