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

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

{
    "data": {
        "type": "EquipmentType",
        "id": "133",
        "attributes": {
            "term": "Dewpoint hygrometer",
            "definition": "An instrument for determining the dewpoint temperature.\n\nThe most widely used systems employ a small polished-metal reflecting surface, cooled and heated electrically using a Peltier-effect device, and a small temperature sensor embedded on the underside of the mirror. An electro-optical system is used to detect the formation of condensate and to provide the input to the servo-control system to regulate the temperature of the mirror. The specular reflectance of the bare mirror decreases with dew layer thickness; a preset threshold defines a specific constant dew layer thickness that is maintained by the optical servo-control. The mirror temperature equals the dewpoint.",
            "provenance": "AMS",
            "provenance_uri": "https://glossary.ametsoc.org/wiki/Dewpoint_hygrometer",
            "category": "",
            "note": "",
            "status": "PENDING",
            "requested_by_email": "corinna.rebmann@kit.edu",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/296"
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/133/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/133/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "9"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/133/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/133/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/133/?format=api"
        }
    }
}