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

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

{
    "data": {
        "type": "EquipmentType",
        "id": "257",
        "attributes": {
            "term": "Particle mass analyser",
            "definition": "A Particle mass analyser (PMA) is an instrument for classifying aerosol particles according to their mass-to-charge ratio using opposing electrical and centrifugal forces. This allows the classifier to select particles of a specified mass-to-charge ratio independent of particle shape.",
            "provenance": "",
            "provenance_uri": "https://en.wikipedia.org/wiki/Particle_mass_analyser",
            "category": "",
            "note": "",
            "status": "PENDING",
            "requested_by_email": "uitce@student.kit.edu",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/420"
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/257/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/257/global_provenance/?format=api"
                },
                "data": null
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/257/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/257/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/257/?format=api"
        }
    }
}