Class 5 Conference
Read
Retrieve a single Class 5 Conference record by ID.
get/api/cp/class5/conference/{id}
Path parameters
idinteger required
Id identifier
Response
Successful response
Example response
{
"id": 12345,
"account_id": 1,
"customer_id": 1,
"name": "Example Name",
"dest": "example_dest",
"pin": "example_pin",
"moderator_pin": "example_moderator_pin",
"quality": "example_quality",
"max_members": 123,
"pbx_server": "example_pbx_server"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.