Equipment Type Community Instance
API endpoint that allows Equipment Types of Communities to be viewed or edited.
GET /sms/cv/api/v1/equipmenttypes-communities/78/?format=api
{ "data": { "type": "EquipmentTypeCommunity", "id": "78", "attributes": { "term": "Air humidity and temperature sensor", "abbreviation": null, "definition": "Combined sensor for measurement of temperature and relative humidity in air (standard meteorological probe)", "provenance": null, "provenance_uri": null, "note": "" }, "relationships": { "root": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/78/relationships/root?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/78/root/?format=api" }, "data": { "type": "EquipmentType", "id": "117" } }, "community": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/78/relationships/community?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/78/community/?format=api" }, "data": { "type": "Community", "id": "1" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/78/?format=api" } } }