Action Types Service

Back

Overview

Action Types define categories for actions, allowing consistent classification and filtering.

They provide:

Action types are referenced by actions but are managed independently.

All action type operations are tenant-aware and scoped to the current tenant.


Endpoints

Back to Actions

GET

/api/v1/ActionTypes

Returns all action types.

Behavior:

Authorization:


POST

/api/v1/ActionTypes

Creates a new action type.

Request body:

Behavior:

Errors:

Authorization:


PUT

/api/v1/ActionTypes/{id}

Updates an existing action type.

Request:

Behavior:

Errors:

Authorization:


DELETE

/api/v1/ActionTypes/{id}

Deletes an action type by its identifier.

Behavior:

Errors:

Authorization:


Notes