Equipment Type Instance
API endpoint that allows Equipment Types to be viewed or edited.
GET /sms/cv/api/v1/equipmenttypes/31/?format=api
{ "data": { "type": "EquipmentType", "id": "31", "attributes": { "term": "Antenna", "definition": "An electrical device that converts electric power into radio waves and vice versa.", "provenance": "Definition adapted from Wikipedia. See http://en.wikipedia.org/wiki/Antenna_(radio)", "provenance_uri": "http://vocabulary.odm2.org/equipmenttype/antenna/", "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/31/relationships/global_provenance?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/31/global_provenance/?format=api" }, "data": { "type": "GlobalProvenance", "id": "4" } }, "successor": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/31/relationships/successor?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/31/successor/?format=api" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/31/?format=api" } } }