Pbx Conference Rooms
Alle Operationen rund um Pbx Conference Rooms.
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 |
|---|---|---|---|---|
| PBX Conference Room | pbx_conference_room |
7 | — | conference_room_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/pbx_conference_rooms |
Create pbx_conference_room | Create a new pbx_conference_room in the active tenant. |
DELETE |
/v1/pbx_conference_rooms/{id} |
Delete pbx_conference_room | Soft delete entity. |
GET |
/v1/pbx_conference_rooms/{id} |
Get pbx_conference_room by id | Fetch a single pbx_conference_room. |
GET |
/v1/pbx_conference_rooms/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/pbx_conference_rooms/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/pbx_conference_rooms/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/pbx_conference_rooms |
List pbx_conference_rooms | List pbx_conference_rooms for the active tenant. |
PATCH |
/v1/pbx_conference_rooms/{id} |
Patch pbx_conference_room | JSON Merge Patch update. |
POST |
/v1/pbx_conference_rooms/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/pbx_conference_rooms/{id}/transition |
POST /v1/pbx_conference_rooms/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/pbx_conference_rooms/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/pbx_conference_rooms/{id} |
Replace pbx_conference_room | Full replace with optimistic locking. |