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

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

{
    "data": {
        "type": "AggregationTypeCommunity",
        "id": "36",
        "attributes": {
            "term": "Unknown",
            "abbreviation": null,
            "definition": "The aggregation statistic is unknown.",
            "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
            "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/unknown/",
            "note": null
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/36/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/36/root/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "20"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/36/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/36/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "5"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/36/?format=api"
        }
    }
}