Skip to main content

List All Conference

GET 

/Accounts/:AccountSid/Conferences

The ability to read all of the conferences that are associated with your SignalWire account. This will be returned as a list of conferences.

Permissions

The API token must include the following scopes: Voice.

Request

Path Parameters

    AccountSid uuidrequired

    The unique identifier for the account that created this conference.

Query Parameters

    DateCreated string
    DateUpdated string
    FriendlyName string
    Status string

Responses

OK

Schema

    uristring
    first_page_uristring
    next_page_uristring
    previous_page_uristring
    pageinteger
    page_sizeinteger
    account_sidstring

    The unique identifier for the account that created this conference.

    Example: b3877c40-da60-4998-90ad-b792e98472ca

    conferences

    object[]

  • Array [

  • account_sidstring

    The unique identifier for the account that created this conference.

    Example: b3877c40-da60-4998-90ad-b792e98472ca
    api_versionstring

    The version of the SignalWire API.

    Example: 2010-04-01
    date_createdstring

    The date, in RFC 2822 format, this conference was created.

    date_updatedstring

    The date, in RFC 2822 format, this conference was updated.

    friendly_namestring

    A description, up to 64 characters, of the conference room.

    regionstring

    The region where this conference audio was mixed. Possible values are us1, us2, ie1, de1, sg1, br1, au1, and jp1.

    Possible values: [us1, us2, ie1, de1, sg1, br1, au1, jp1]

    Example: us1
    sidstring

    The unique identifier for this conference.

    statusstring

    The status of this conference.

    Example: completed
    uristring

    The URI for this conference.

    Example: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca.json

    subresource_uris

    object

    The links to associated subresources.

    participantsstring

    Links to the participants

    Example: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca/Participants.json
    recordingsstring

    Links to the recordings

    Example: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472ca/Recordings.json
  • ]