API endpoint that allows Action Categories to be viewed or edited.

GET /sms/cv/api/v1/actioncategories/?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/actioncategories/?format=api&page%5Bnumber%5D=1",
        "last": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/?format=api&page%5Bnumber%5D=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "ActionCategory",
            "id": "3",
            "attributes": {
                "term": "Configuration",
                "definition": "Actions performed at Configuration level.",
                "provenance": null,
                "provenance_uri": null,
                "category": null,
                "note": null,
                "status": "ACCEPTED",
                "requested_by_email": null,
                "discussion_url": null
            },
            "relationships": {
                "global_provenance": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/3/relationships/global_provenance?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/3/global_provenance/?format=api"
                    },
                    "data": {
                        "type": "GlobalProvenance",
                        "id": "1"
                    }
                },
                "action_types": {
                    "meta": {
                        "count": 6
                    },
                    "data": [
                        {
                            "type": "ActionType",
                            "id": "17"
                        },
                        {
                            "type": "ActionType",
                            "id": "16"
                        },
                        {
                            "type": "ActionType",
                            "id": "8"
                        },
                        {
                            "type": "ActionType",
                            "id": "9"
                        },
                        {
                            "type": "ActionType",
                            "id": "7"
                        },
                        {
                            "type": "ActionType",
                            "id": "10"
                        }
                    ],
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/3/relationships/action_types?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/3/action_types/?format=api"
                    }
                },
                "successor": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/3/relationships/successor?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/3/successor/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/3/?format=api"
            }
        },
        {
            "type": "ActionCategory",
            "id": "2",
            "attributes": {
                "term": "Device",
                "definition": "Actions performed at Device level.",
                "provenance": null,
                "provenance_uri": null,
                "category": null,
                "note": null,
                "status": "ACCEPTED",
                "requested_by_email": null,
                "discussion_url": null
            },
            "relationships": {
                "global_provenance": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/2/relationships/global_provenance?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/2/global_provenance/?format=api"
                    },
                    "data": {
                        "type": "GlobalProvenance",
                        "id": "1"
                    }
                },
                "action_types": {
                    "meta": {
                        "count": 7
                    },
                    "data": [
                        {
                            "type": "ActionType",
                            "id": "15"
                        },
                        {
                            "type": "ActionType",
                            "id": "5"
                        },
                        {
                            "type": "ActionType",
                            "id": "6"
                        },
                        {
                            "type": "ActionType",
                            "id": "14"
                        },
                        {
                            "type": "ActionType",
                            "id": "12"
                        },
                        {
                            "type": "ActionType",
                            "id": "13"
                        },
                        {
                            "type": "ActionType",
                            "id": "11"
                        }
                    ],
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/2/relationships/action_types?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/2/action_types/?format=api"
                    }
                },
                "successor": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/2/relationships/successor?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/2/successor/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/2/?format=api"
            }
        },
        {
            "type": "ActionCategory",
            "id": "1",
            "attributes": {
                "term": "Platform",
                "definition": "Actions performed at Platform level.",
                "provenance": null,
                "provenance_uri": null,
                "category": null,
                "note": null,
                "status": "ACCEPTED",
                "requested_by_email": null,
                "discussion_url": null
            },
            "relationships": {
                "global_provenance": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/1/relationships/global_provenance?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/1/global_provenance/?format=api"
                    },
                    "data": {
                        "type": "GlobalProvenance",
                        "id": "1"
                    }
                },
                "action_types": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "ActionType",
                            "id": "4"
                        },
                        {
                            "type": "ActionType",
                            "id": "2"
                        },
                        {
                            "type": "ActionType",
                            "id": "3"
                        },
                        {
                            "type": "ActionType",
                            "id": "1"
                        }
                    ],
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/1/relationships/action_types?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/1/action_types/?format=api"
                    }
                },
                "successor": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/1/relationships/successor?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/1/successor/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actioncategories/1/?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 3
        }
    }
}