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

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

{
    "data": {
        "type": "EquipmentTypeCommunity",
        "id": "62",
        "attributes": {
            "term": "Sensor",
            "abbreviation": null,
            "definition": "A device that detects events or changes in quantities and provides a corresponding output, generally as an electrical or optical signal.",
            "provenance": "Definition adapted from Wikipedia. See http://en.wikipedia.org/wiki/Sensor",
            "provenance_uri": "http://vocabulary.odm2.org/equipmenttype/sensor/",
            "note": null
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/62/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/62/root/?format=api"
                },
                "data": {
                    "type": "EquipmentType",
                    "id": "1"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/62/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/62/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "5"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/62/?format=api"
        }
    }
}