Retrieve a fax media instance.
GET/Accounts/:AccountSid/Faxes/:FaxSid/Media/:Sid
Retrieve a single fax media associated with a specific fax of a specific account.
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.
Sid uuidrequired
The unique identifier for the fax media.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
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.
{
"account_sid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"content_type": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"date_created": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"date_updated": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"fax_sid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"sid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"url": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Loading...