API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Email Accounts

Alle Operationen rund um Email Accounts.

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
Email Account email_account 15 email_account_*

Endpoints

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

Suche