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

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

{
    "data": {
        "type": "AggregationTypeCommunity",
        "id": "32",
        "attributes": {
            "term": "Mode",
            "abbreviation": null,
            "definition": "The values are the most frequent values occurring at some time during a time interval, such as annual most frequent wind direction.",
            "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
            "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/mode/",
            "note": null
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/32/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/32/root/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "16"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/32/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/32/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "5"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/32/?format=api"
        }
    }
}