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

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

{
    "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"
        }
    }
}