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

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

{
    "data": {
        "type": "EquipmentType",
        "id": "261",
        "attributes": {
            "term": "Aethalometer",
            "definition": "Aethalometer",
            "provenance": "NOAA GML",
            "provenance_uri": "https://gml-noaa-gov.translate.goog/aero/instrumentation/aeth.html?_x_tr_sl=en&_x_tr_tl=de&_x_tr_hl=de&_x_tr_pto=rq",
            "category": "device",
            "note": "The aethalometer is used to measure light absorbing aerosols in near real time. The instrument reports equivalent black carbon concentration as a function of wavelength, but also reports changes in optical transmission caused by particle deposition on the filter. The change in transmission is related to the light absorption coefficient via Beers law (see discussion here).",
            "status": "PENDING",
            "requested_by_email": "corinna.rebmann@kit.edu",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/429"
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/261/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/261/global_provenance/?format=api"
                },
                "data": null
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/261/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/261/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/261/?format=api"
        }
    }
}