Deletion Concepts
Alle Operationen rund um Deletion Concepts.
Datenmodell
Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:
| Entität | Schema-ID | Felder | Sequenz | Permissions |
|---|---|---|---|---|
| Deletion Concept | deletion_concept |
12 | — | deletion_concept_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/deletion_concepts |
Create deletion_concept | Create a new deletion_concept in the active tenant. |
DELETE |
/v1/deletion_concepts/{id} |
Delete deletion_concept | Soft delete entity. |
GET |
/v1/deletion_concepts/{id} |
Get deletion_concept by id | Fetch a single deletion_concept. |
GET |
/v1/deletion_concepts/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/deletion_concepts/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/deletion_concepts/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/deletion_concepts |
List deletion_concepts | List deletion_concepts for the active tenant. |
PATCH |
/v1/deletion_concepts/{id} |
Patch deletion_concept | JSON Merge Patch update. |
POST |
/v1/deletion_concepts/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/deletion_concepts/{id}/transition |
POST /v1/deletion_concepts/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/deletion_concepts/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/deletion_concepts/{id} |
Replace deletion_concept | Full replace with optimistic locking. |