Equipment Type Community Instance
API endpoint that allows Equipment Types of Communities to be viewed or edited.
GET /sms/cv/api/v1/equipmenttypes-communities/19/?format=api
{ "data": { "type": "EquipmentTypeCommunity", "id": "19", "attributes": { "term": "Pyranometer", "abbreviation": null, "definition": "The standard instrument for measuring solar radiation incident on a horizontal surface by measuring the temperature of a black body target that has been calibrated in terms of radiative flux. Sensitive to wavelengths between 300 and 3000 nm.", "provenance": null, "provenance_uri": "https://vocab.nerc.ac.uk/collection/S04/current/S04300/", "note": "" }, "relationships": { "root": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/19/relationships/root?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/19/root/?format=api" }, "data": { "type": "EquipmentType", "id": "19" } }, "community": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/19/relationships/community?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/19/community/?format=api" }, "data": { "type": "Community", "id": "1" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/equipmenttypes-communities/19/?format=api" } } }