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

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

{
    "data": {
        "type": "EquipmentType",
        "id": "102",
        "attributes": {
            "term": "Microfluidics cell sorter",
            "definition": "Single-cell sorting provides a method for sorting a heterogeneous mixture of cells based on intracellular and extracellular properties. Single-cell methods enable understanding of cellular properties that may be obscured or non-evident. There are several methods for sorting single cells.",
            "provenance": "Wikipedia",
            "provenance_uri": "https://en.wikipedia.org/wiki/Cell_sorting",
            "category": null,
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": "stephan.schreiber@ufz.de",
            "discussion_url": null
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/102/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/102/global_provenance/?format=api"
                },
                "data": null
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/102/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/102/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/102/?format=api"
        }
    }
}