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

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

{
    "data": {
        "type": "ManufacturerCommunity",
        "id": "67",
        "attributes": {
            "term": "Söll GmbH",
            "abbreviation": null,
            "definition": null,
            "provenance": null,
            "provenance_uri": null,
            "note": null
        },
        "relationships": {
            "root": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/67/relationships/root?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/67/root/?format=api"
                },
                "data": {
                    "type": "Manufacturer",
                    "id": "67"
                }
            },
            "community": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/67/relationships/community?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/67/community/?format=api"
                },
                "data": {
                    "type": "Community",
                    "id": "1"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers-communities/67/?format=api"
        }
    }
}