API endpoint that allows Equipment Types to be viewed or edited.

GET /sms/cv/api/v1/equipmenttypes/177/?format=api
HTTP 200 OK
Allow: GET, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "type": "EquipmentType",
        "id": "177",
        "attributes": {
            "term": "Redox potential sensor",
            "definition": "Instruments that measure the tendency of the water column to either gain or lose electrons when it is subject to change by introduction of a new species.",
            "provenance": null,
            "provenance_uri": "https://vocab.nerc.ac.uk/collection/L05/current/356/",
            "category": null,
            "note": "",
            "status": "PENDING",
            "requested_by_email": "anke.guenther@uni-rostock.de",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/352"
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/177/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/177/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "5"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/177/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/177/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/177/?format=api"
        }
    }
}