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

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

{
    "data": {
        "type": "EquipmentTypeCommunity",
        "id": "76",
        "attributes": {
            "term": "Frequency/Time Domain Reflectometer",
            "abbreviation": null,
            "definition": "A time-domain reflectometer (TDR) is an electronic instrument used to determine the characteristics of electrical lines by observing reflected waveforms.",
            "provenance": "Definition adapted from Wikipedia.",
            "provenance_uri": "https://en.wikipedia.org/w/index.php?title=Time-domain_reflectometer&oldid=1069598582",
            "note": null
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/76/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/76/root/?format=api"
                },
                "data": {
                    "type": "EquipmentType",
                    "id": "53"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/76/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/76/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "2"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/76/?format=api"
        }
    }
}