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

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

{
    "data": {
        "type": "EquipmentTypeCommunity",
        "id": "65",
        "attributes": {
            "term": "Turbidimeter",
            "abbreviation": null,
            "definition": "A water quality sensor that monitors light reflected off the particles suspended in water.",
            "provenance": "Definition adapted from Wikipedia. See https://en.wikipedia.org/wiki/Nephelometer",
            "provenance_uri": "http://vocabulary.odm2.org/equipmenttype/turbidimeter/",
            "note": null
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/65/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/65/root/?format=api"
                },
                "data": {
                    "type": "EquipmentType",
                    "id": "47"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/65/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/65/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "5"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/65/?format=api"
        }
    }
}