API endpoint that allows sampling medium Types of Communities to be viewed or edited.

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

{
    "data": {
        "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"
        }
    }
}