API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Article Categories

Alle Operationen rund um Article Categories.

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
Article Category article_category 7 article_category_*

Endpoints

Methode Pfad Operation Beschreibung
POST /v1/article_categories Create article_categorie Create a new article_categorie in the active tenant.
DELETE /v1/article_categories/{id} Delete article_categorie Soft delete entity.
GET /v1/article_categories/{id} Get article_categorie by id Fetch a single article_categorie.
GET /v1/article_categories/{id}/linked Get linked entities CodeMeta OS API endpoint.
GET /v1/article_categories/{id}/timeline Get timeline CodeMeta OS API endpoint.
GET /v1/article_categories/{id}/transitions List transitions CodeMeta OS API endpoint.
GET /v1/article_categories List article_categories List article_categories for the active tenant.
PATCH /v1/article_categories/{id} Patch article_categorie JSON Merge Patch update.
POST /v1/article_categories/bulk Bulk operation CodeMeta OS API endpoint.
POST /v1/article_categories/{id}/transition POST /v1/article_categories/{id}/transition CodeMeta OS API endpoint.
POST /v1/article_categories/{id}/transitions/{transitionKey} Execute transition CodeMeta OS API endpoint.
PUT /v1/article_categories/{id} Replace article_categorie Full replace with optimistic locking.

Suche