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

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

{
    "data": {
        "type": "EquipmentType",
        "id": "115",
        "attributes": {
            "term": "Pyrometer",
            "definition": "A pyrometer, or radiation thermometer, is a type of remote sensing thermometer used to measure the temperature of distant objects. In the modern usage, it is a device that from a distance determines the temperature of a surface from the amount of the thermal radiation it emits, a process known as pyrometry, a type of radiometry.",
            "provenance": "Wikipedia",
            "provenance_uri": "https://en.wikipedia.org/wiki/Pyrometer",
            "category": "Air",
            "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/115/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/115/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "7"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/115/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/115/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/115/?format=api"
        }
    }
}