API endpoint that allows contact roles to be viewed or edited.

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

{
    "data": {
        "type": "ContactRoleCommunity",
        "id": "6",
        "attributes": {
            "term": "Service Provider",
            "abbreviation": null,
            "definition": "Relevant contact information for an individual or organisation which provides skilled or specialised services relevant to a device or system to another individual or organisation.",
            "provenance": "Service Provider",
            "provenance_uri": "http://vocab.nerc.ac.uk/collection/W08/current/CONT0007/",
            "note": null
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/6/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/6/root/?format=api"
                },
                "data": {
                    "type": "ContactRole",
                    "id": "6"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/6/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/6/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/6/?format=api"
        }
    }
}