Fax Media

View as Markdown

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

Properties

account_sidstringRequired
The unique identifier for the account.
content_typestringRequired
The content type of the media.
date_createdstringRequired
The date, in ISO 8601 format, this media was created.
date_updatedstringRequired
The date, in ISO 8601 format, this media was updated.
fax_sidstringRequired
The unique identifier for the fax.
sidstringRequired
The unique identifier for the media.
uristringRequired
The URI for the media.
urlstringRequired
The URL for the media.

Example object

The Fax Media Object
1{
2 "account_sid": "string",
3 "content_type": "string",
4 "date_created": "string",
5 "date_updated": "string",
6 "fax_sid": "string",
7 "sid": "string",
8 "uri": "string",
9 "url": "string"
10}