List
Use this endpoint for the Conference method to read all of the conferences that are associated with your SignalWire account. This will be returned as a list of conferences.
Path parameters
AccountSid
The unique identifier for the account that created this conference.
Query parameters
DateCreated
Shows conferences that were created on the date provided. Format: YYYY-MM-DD.
DateCreated<
Shows conferences that were created before the date provided. Format: YYYY-MM-DD.
DateCreated>
Shows conferences that were created after the date provided. Format: YYYY-MM-DD.
DateUpdated
Shows conferences that were updated on the date provided. Format: YYYY-MM-DD.
DateUpdated<
Shows conferences that were updated before the date provided. Format: YYYY-MM-DD.
DateUpdated>
Shows conferences that were updated after the date provided. Format: YYYY-MM-DD.
FriendlyName
A description, up to 64 characters, of the conference room.
Status
The status of this conference.
Allowed values:
Page
The page number to retrieve. Page numbers are zero-indexed, so the first page is 0.
PageSize
The number of results to return per page. The default is 50, and the maximum is 1000.
PageToken
A token used to retrieve a specific page of results. Must start with PA or PB.
Response
uri
The URI of the current page.
first_page_uri
The URI of the first page.
next_page_uri
The URI of the next page.
previous_page_uri
The URI of the previous page.
page
The current page number.
page_size
The number of items per page.
conferences
List of conferences.
Response