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

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

{
    "data": {
        "type": "EquipmentType",
        "id": "182",
        "attributes": {
            "term": "Doppler lidar",
            "definition": "A laser radar (lidar) that can determine radial velocity (velocity toward or away from the laser) of the air by measuring the frequency shift of the returning light that was scattered from atmospheric aerosols, compared to the original transmitted frequency.",
            "provenance": "AMS",
            "provenance_uri": "https://glossary.ametsoc.org/wiki/Doppler_lidar",
            "category": null,
            "note": "we might have to check the copyright statement of AMS",
            "status": "PENDING",
            "requested_by_email": "corinna.rebmann@kit.edu",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/381"
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/182/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/182/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "9"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/182/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/182/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/182/?format=api"
        }
    }
}