API endpoint that allows Global provenance to be viewed or edited.

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

{
    "data": [
        {
            "type": "Community",
            "id": "1",
            "attributes": {
                "term": "default",
                "definition": "\"Standard community\" utilizing all direct (no synonyms) and only (status =) ACCEPTED entries from the CV",
                "provenance": null,
                "provenance_uri": null,
                "category": null,
                "note": null,
                "status": "ACCEPTED",
                "requested_by_email": null,
                "discussion_url": null
            },
            "relationships": {
                "global_provenance": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/communities/1/relationships/global_provenance?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/communities/1/global_provenance/?format=api"
                    },
                    "data": {
                        "type": "GlobalProvenance",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/communities/1/?format=api"
            }
        },
        {
            "type": "Community",
            "id": "5",
            "attributes": {
                "term": "GFZ Hydrology",
                "definition": null,
                "provenance": "GFZ Section Hydrology",
                "provenance_uri": "https://www.gfz-potsdam.de/en/section/hydrology",
                "category": null,
                "note": "The GFZ Hydrology community defines its vocabulary scope by primarily relying on the ODM2 Controlled Vocabulary",
                "status": "ACCEPTED",
                "requested_by_email": null,
                "discussion_url": null
            },
            "relationships": {
                "global_provenance": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/communities/5/relationships/global_provenance?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/communities/5/global_provenance/?format=api"
                    },
                    "data": {
                        "type": "GlobalProvenance",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/communities/5/?format=api"
            }
        }
    ]
}