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

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

{
    "data": {
        "type": "AggregationTypeCommunity",
        "id": "11",
        "attributes": {
            "term": "Confidence Interval",
            "abbreviation": null,
            "definition": "In statistics, a confidence interval (CI) is a type of interval estimate of a statistical parameter. It is an observed interval (i.e., it is calculated from the observations), in principle different from sample to sample, that frequently includes the value of an unobservable parameter of interest if the experiment is repeated. How frequently the observed interval contains the parameter is determined by the confidence level or confidence coefficient.",
            "provenance": "Wikipedia",
            "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/confidenceInterval/",
            "note": null
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/11/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/11/root/?format=api"
                },
                "data": {
                    "type": "AggregationType",
                    "id": "11"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/11/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/11/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/11/?format=api"
        }
    }
}