Skip to main content

List conference resources

GET 
/texml/Accounts/:account_sid/Conferences

Lists conference resources.

Request

Path Parameters

    account_sid stringrequired

    The id of the account the resource belongs to.

Query Parameters

    Page integer

    The number of the page to be displayed, zero-indexed, should be used in conjuction with PageToken.

    Example: 1
    PageSize integer

    The number of records to be displayed on a page

    Example: 10
    PageToken string

    Used to request the next page of results.

    FriendlyName string

    Filters conferences by their friendly name.

    Example: weekly_review_call
    Status string

    Possible values: [init, in-progress, completed]

    Filters conferences by status.

    Example: in-progress
    DateCreated string

    Filters conferences by the creation date. Expected format is YYYY-MM-DD. Also accepts inequality operators, e.g. DateCreated>=2023-05-22.

    Example: >=2023-05-22
    DateUpdated string

    Filters conferences by the time they were last updated. Expected format is YYYY-MM-DD. Also accepts inequality operators, e.g. DateUpdated>=2023-05-22.

    Example: >=2023-05-22

Responses

200: Multiple conference resources.

404: Resource not found

Loading...