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

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

{
    "data": {
        "type": "EquipmentType",
        "id": "51",
        "attributes": {
            "term": "Air quality sensor",
            "definition": "An air quality sensor is an electronic device that detects and measures the concentration of pollutants, gases, and particulate matter in the air, often including humidity and temperature, to monitor indoor or outdoor air quality in real time.",
            "provenance": null,
            "provenance_uri": "https://en.wikipedia.org/wiki/Air_pollution_measurement#Air_quality_sensors",
            "category": null,
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": null,
            "discussion_url": null
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/51/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/51/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "7"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/51/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/51/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/51/?format=api"
        }
    }
}