Skip to main content

List All Fax Media

GET 

/Accounts/:AccountSid/Faxes/:FaxSid/Media

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

Permissions

The API token must include the following scopes: Fax.

Request

Path Parameters

    AccountSid uuidrequired

    The unique identifier for the account this fax media is associated with.

    FaxSid uuidrequired

    The unique identifier of the fax that the media is associated with.

Responses

OK

Schema

    uri string
    first_page_uri string
    next_page_uri string
    previous_page_uri string
    page integer
    page_size integer

    media

    object[]

  • Array [

  • account_sid uuid

    The unique identifier for the account that created this conference.

    content_type uuid

    The content type of the stored media.

    date_created uuid

    The date and time, in ISO 8601 format, the fax media was created.

    date_updated uuid

    The date and time, in ISO 8601 format, the fax media was updated.

    fax_sid uuid

    The unique identifier of the fax that the media is associated with.

    sid uuid

    The unique identifier for the fax media.

    url uuid

    The URL of this resource.

  • ]

Loading...