Contact Role Community Instance
API endpoint that allows contact roles to be viewed or edited.
GET /sms/cv/api/v1/contactroles-communities/7/?format=api
{ "data": { "type": "ContactRoleCommunity", "id": "7", "attributes": { "term": "Technical Coordinator", "abbreviation": null, "definition": "Relevant contact information about the person in charge of the technical coordination of the system architecture and hosted components.", "provenance": "Technical Coordinator", "provenance_uri": "http://vocab.nerc.ac.uk/collection/W08/current/CONT0005/", "note": null }, "relationships": { "root": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/7/relationships/root?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/7/root/?format=api" }, "data": { "type": "ContactRole", "id": "7" } }, "community": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/7/relationships/community?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/7/community/?format=api" }, "data": { "type": "Community", "id": "1" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/7/?format=api" } } }