Phone Call Report Settings
Alle Operationen rund um Phone Call Report Settings.
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 |
|---|---|---|---|---|
| Phone Call Weekly Report Settings | phone_call_report_settings |
8 | — | phone_call_report_settings_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/phone_call_report_settings |
Create phone_call_report_setting | Create a new phone_call_report_setting in the active tenant. |
DELETE |
/v1/phone_call_report_settings/{id} |
Delete phone_call_report_setting | Soft delete entity. |
GET |
/v1/phone_call_report_settings/{id} |
Get phone_call_report_setting by id | Fetch a single phone_call_report_setting. |
GET |
/v1/phone_call_report_settings/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/phone_call_report_settings/recent-runs |
GET /v1/phone_call_report_settings/recent-runs | CodeMeta OS API endpoint. |
GET |
/v1/phone_call_report_settings/recent-runs/{reportId}/download |
GET /v1/phone_call_report_settings/recent-runs/{reportId}/download | CodeMeta OS API endpoint. |
GET |
/v1/phone_call_report_settings/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/phone_call_report_settings/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/phone_call_report_settings |
List phone_call_report_settings | List phone_call_report_settings for the active tenant. |
PATCH |
/v1/phone_call_report_settings/{id} |
Patch phone_call_report_setting | JSON Merge Patch update. |
POST |
/v1/phone_call_report_settings/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/phone_call_report_settings/run-now |
POST /v1/phone_call_report_settings/run-now | CodeMeta OS API endpoint. |
POST |
/v1/phone_call_report_settings/{id}/transition |
POST /v1/phone_call_report_settings/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/phone_call_report_settings/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/phone_call_report_settings |
PUT /v1/phone_call_report_settings | CodeMeta OS API endpoint. |
PUT |
/v1/phone_call_report_settings/{id} |
Replace phone_call_report_setting | Full replace with optimistic locking. |