Equipment Type Instance
API endpoint that allows Equipment Types to be viewed or edited.
GET /sms/cv/api/v1/equipmenttypes/19/?format=api
{ "data": { "type": "EquipmentType", "id": "19", "attributes": { "term": "Pyranometer", "definition": "The standard instrument for measuring solar radiation incident on a horizontal surface by measuring the temperature of a black body target that has been calibrated in terms of radiative flux. Sensitive to wavelengths between 300 and 3000 nm.", "provenance": null, "provenance_uri": "https://vocab.nerc.ac.uk/collection/S04/current/S04300/", "category": null, "note": "", "status": "ACCEPTED", "requested_by_email": null, "discussion_url": null }, "relationships": { "global_provenance": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/19/relationships/global_provenance?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/19/global_provenance/?format=api" }, "data": { "type": "GlobalProvenance", "id": "5" } }, "successor": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/19/relationships/successor?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/19/successor/?format=api" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/19/?format=api" } } }