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

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

{
    "data": {
        "type": "EquipmentType",
        "id": "174",
        "attributes": {
            "term": "Gravity corer",
            "definition": "Marine geological coring device that uses a lead weight system to penetrate the seabed and collect sediment samples.",
            "provenance": "NERC",
            "provenance_uri": "http://vocab.nerc.ac.uk/collection/L22/current/TOOL1260/",
            "category": null,
            "note": "This is one of the entries in the HMC device vocabulary discussion - and part of the NERC L22 list.",
            "status": "ACCEPTED",
            "requested_by_email": "nils.brinckmann@gfz.de",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/349"
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/174/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/174/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "5"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/174/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/174/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes/174/?format=api"
        }
    }
}