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

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

{
    "links": {
        "first": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/?format=api&page%5Bnumber%5D=1",
        "last": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/?format=api&page%5Bnumber%5D=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "ContactRoleCommunity",
            "id": "1",
            "attributes": {
                "term": "Data scientist",
                "abbreviation": null,
                "definition": "Relevant contact information about the person or organisation that is responsible for the archiving, quality control and quality assurance of data.",
                "provenance": "Data scientist",
                "provenance_uri": "http://vocab.nerc.ac.uk/collection/W08/current/CONT0006/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/1/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/1/root/?format=api"
                    },
                    "data": {
                        "type": "ContactRole",
                        "id": "1"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/1/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/1/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/1/?format=api"
            }
        },
        {
            "type": "ContactRoleCommunity",
            "id": "2",
            "attributes": {
                "term": "Manufacturer",
                "abbreviation": null,
                "definition": "Relevant contact information about the person or organisation that builds or develops a device or system.",
                "provenance": "Manufacturer",
                "provenance_uri": "http://vocab.nerc.ac.uk/collection/W08/current/CONT0001/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/2/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/2/root/?format=api"
                    },
                    "data": {
                        "type": "ContactRole",
                        "id": "2"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/2/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/2/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/2/?format=api"
            }
        },
        {
            "type": "ContactRoleCommunity",
            "id": "3",
            "attributes": {
                "term": "Operator",
                "abbreviation": null,
                "definition": "Relevant contact information about the person or organisation that operates a device or system.",
                "provenance": "Operator",
                "provenance_uri": "http://vocab.nerc.ac.uk/collection/W08/current/CONT0003/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/3/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/3/root/?format=api"
                    },
                    "data": {
                        "type": "ContactRole",
                        "id": "3"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/3/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/3/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/3/?format=api"
            }
        },
        {
            "type": "ContactRoleCommunity",
            "id": "4",
            "attributes": {
                "term": "Owner",
                "abbreviation": null,
                "definition": "Relevant contact information about the person or organisation that owns a device or system.",
                "provenance": "Owner",
                "provenance_uri": "http://vocab.nerc.ac.uk/collection/W08/current/CONT0002/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/4/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/4/root/?format=api"
                    },
                    "data": {
                        "type": "ContactRole",
                        "id": "4"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/4/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/4/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/4/?format=api"
            }
        },
        {
            "type": "ContactRoleCommunity",
            "id": "5",
            "attributes": {
                "term": "PI",
                "abbreviation": null,
                "definition": "Relevant contact information about the person or organisation that is the primarily responsible for the system observation results.",
                "provenance": "PI",
                "provenance_uri": "http://vocab.nerc.ac.uk/collection/W08/current/CONT0004/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/5/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/5/root/?format=api"
                    },
                    "data": {
                        "type": "ContactRole",
                        "id": "5"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/5/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/5/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/contactroles-communities/5/?format=api"
            }
        },
        {
            "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"
            }
        },
        {
            "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"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 7
        }
    }
}