API endpoint that allows action types to be viewed or edited.

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

{
    "data": {
        "type": "ActionType",
        "id": "16",
        "attributes": {
            "term": "Aussat",
            "definition": "",
            "provenance": null,
            "provenance_uri": null,
            "category": null,
            "note": "",
            "status": "REJECTED",
            "requested_by_email": "david.schaefer@ufz.de",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/294"
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes/16/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes/16/global_provenance/?format=api"
                },
                "data": null
            },
            "action_category": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes/16/relationships/action_category?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes/16/action_category/?format=api"
                },
                "data": {
                    "type": "ActionCategory",
                    "id": "3"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes/16/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes/16/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes/16/?format=api"
        }
    }
}