API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · pbx_conference_rooms

PBX Conference Room Schema

Schema-ID
pbx_conference_room
Collection
pbx_conference_rooms
Permissions
  • Lesenconference_room_view
  • Anlegenconference_room_create
  • Ändernconference_room_edit
  • Löschenconference_room_delete

Felder

PBX Conference Room Schema

pbx_conference_rooms4 Permissions

Schema for a conference room in the FreeSWITCH PBX module

namestringerforderlich

Human-readable name for this conference room

1–200 Zeichen
extensionNumberstringerforderlich

Extension number to dial into this conference room

Pattern
pinstringoptional

Optional PIN code for room access

Patternnullable
maxParticipantsintegeroptional

Maximum number of concurrent participants

2 – 100nullable
recordingEnabledbooleanoptional

Whether to auto-record the conference

nullable
profilestringoptional

FreeSWITCH conference audio profile

defaultwidebandultrawideband
nullable
isActivebooleanoptional

Whether this conference room is active

nullable

Standard-Endpoints

Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:

  • GET /api/v1/pbx_conference_rooms — Liste, paginiert + filterbar
  • GET /api/v1/pbx_conference_rooms/<id> — Einzelne Entity
  • POST /api/v1/pbx_conference_rooms — Anlegen
  • PATCH /api/v1/pbx_conference_rooms/<id> — Teil-Update
  • DELETE /api/v1/pbx_conference_rooms/<id> — Soft-Delete
  • GET /api/v1/pbx_conference_rooms/<id>/timeline — Audit + Aktivitäten

Suche