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

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

{
    "data": {
        "type": "EquipmentType",
        "id": "258",
        "attributes": {
            "term": "Actuator",
            "definition": "A device that is used by, or implements, an (Actuation) Procedure that changes the state of the world.",
            "provenance": "Actuator definition in the Semantic Sensor Network Ontology (SOSA)",
            "provenance_uri": "https://www.w3.org/TR/vocab-ssn/#SOSAActuator",
            "category": "",
            "note": "We discussed this case at the SMS Community meeting on March 5th. The background is the AgraSim agricultural simulation chamber in Jülich, which has devices that control certain parameters of the chamber, such as temperature.",
            "status": "PENDING",
            "requested_by_email": "u.loup@fz-juelich.de",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/421"
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/258/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/258/global_provenance/?format=api"
                },
                "data": null
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/258/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/258/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/258/?format=api"
        }
    }
}