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": "Instrument designed for measuring the particle light absorption coefficient by means of measuring the light attenuation across a filter while the filter is being loaded with sample particles.",
            "provenance": "ACTRIS",
            "provenance_uri": "https://vocabulary.actris.nilu.no/skosmos/actris_vocab/en/page/filterabsorptionphotometer",
            "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": "ACCEPTED",
            "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": {
                    "type": "GlobalProvenance",
                    "id": "14"
                }
            },
            "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"
        }
    }
}