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

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

{
    "data": {
        "type": "EquipmentTypeCommunity",
        "id": "53",
        "attributes": {
            "term": "Datalogger",
            "abbreviation": null,
            "definition": "An electronic device that records data over time or in relation to location either with a built in instrument or sensor or via external instruments and sensors.",
            "provenance": "Definition adapted from Wikipedia. See http://en.wikipedia.org/wiki/Data_logger",
            "provenance_uri": "http://vocabulary.odm2.org/equipmenttype/datalogger/",
            "note": null
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/53/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/53/root/?format=api"
                },
                "data": {
                    "type": "EquipmentType",
                    "id": "36"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/53/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/53/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "5"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/53/?format=api"
        }
    }
}