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

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

{
    "data": {
        "type": "EquipmentType",
        "id": "107",
        "attributes": {
            "term": "Lidar",
            "definition": "An instrument combining a pulsed laser transmitter and optical receiver (usually a telescope) with an electronic signal processing unit used for the detection and ranging of various distant targets in the atmosphere, analogous to the principles of operation of microwave radar.",
            "provenance": "AMS - Glossary of Meteorology",
            "provenance_uri": "https://glossary.ametsoc.org/wiki/Lidar",
            "category": null,
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": "corinna.rebmann@kit.edu",
            "discussion_url": null
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/107/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/107/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "9"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/107/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/107/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/107/?format=api"
        }
    }
}