API endpoint that allows MeasuredQuantity of Communities to be viewed or edited.

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

{
    "data": {
        "type": "Community",
        "id": "6",
        "attributes": {
            "term": "GravIS",
            "definition": "GravIS is the Gravity Information Service of the German Research Centre for Geosciences (GFZ), in collaboration with the Alfred-Wegener-Institut (AWI) and Technische Universität Dresden.",
            "provenance": null,
            "provenance_uri": "https://gravis.gfz-potsdam.de/home",
            "category": null,
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": null,
            "discussion_url": null
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/communities/6/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/communities/6/global_provenance/?format=api"
                },
                "data": null
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/communities/6/?format=api"
        }
    }
}