Skip to main content

Fax Media

The Fax Media resource provides detailed information about the media files attached to fax instances.

Properties

AttributeType
account_sidstringThe unique identifier for the account this fax media is associated with.
content_typestringThe content type of the stored media.
date_createdstringThe date and time, in ISO 8601 format, the fax media was created.
date_updatedstringThe date and time, in ISO 8601 format, the fax media was updated.
fax_sidstringThe unique identifier of the fax that the media is associated with.
sidstringThe unique identifier for the fax media.
urlstringThe URL of this resource.

A sample fax media returned from the API:

{
"account_sid": "b3877c40-da60-4998-90ad-b792e98472ac",
"content_type": "application/pdf",
"date_created": "2018-11-27T20:00:00Z",
"date_updated": "2018-11-28T20:00:00Z",
"fax_sid": "b3877c40-da60-4998-90ad-b792e98472fs",
"sid": "b3877c40-da60-4998-90ad-b792e98472fx",
"url": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Faxes/b3877c40-da60-4998-90ad-b792e98472fs/Media/b3877c40-da60-4998-90ad-b792e98472fx"
}