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

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

{
    "links": {
        "first": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/?format=api&page%5Bnumber%5D=1",
        "last": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/?format=api&page%5Bnumber%5D=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "SoftwareTypeCommunity",
            "id": "1",
            "attributes": {
                "term": "Firmware",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/1/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/1/root/?format=api"
                    },
                    "data": {
                        "type": "SoftwareType",
                        "id": "1"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/1/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/1/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/1/?format=api"
            }
        },
        {
            "type": "SoftwareTypeCommunity",
            "id": "3",
            "attributes": {
                "term": "OS",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/3/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/3/root/?format=api"
                    },
                    "data": {
                        "type": "SoftwareType",
                        "id": "3"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/3/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/3/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/3/?format=api"
            }
        },
        {
            "type": "SoftwareTypeCommunity",
            "id": "4",
            "attributes": {
                "term": "Others",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/4/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/4/root/?format=api"
                    },
                    "data": {
                        "type": "SoftwareType",
                        "id": "4"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/4/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/4/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/4/?format=api"
            }
        },
        {
            "type": "SoftwareTypeCommunity",
            "id": "2",
            "attributes": {
                "term": "Program",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/2/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/2/root/?format=api"
                    },
                    "data": {
                        "type": "SoftwareType",
                        "id": "2"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/2/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/2/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/softwaretypes-communities/2/?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 4
        }
    }
}