/v1/Faxes
GET
/v1/Faxes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://fax.twilio.com/v1/Faxes'
Response Response Example
{
"faxes": [
{
"account_sid": "stringstringstringstringstringstri",
"api_version": "string",
"date_created": "2019-08-24T14:15:22Z",
"date_updated": "2019-08-24T14:15:22Z",
"direction": "inbound",
"duration": 0,
"from": "string",
"links": {},
"media_sid": "stringstringstringstringstringstri",
"media_url": "string",
"num_pages": 0,
"price": 0,
"price_unit": "string",
"quality": "standard",
"sid": "stringstringstringstringstringstri",
"status": "queued",
"to": "string",
"url": "http://example.com"
}
],
"meta": {
"first_page_url": "http://example.com",
"key": "string",
"next_page_url": "http://example.com",
"page": 0,
"page_size": 0,
"previous_page_url": "http://example.com",
"url": "http://example.com"
}
}
Request
Query Params
From
string
optional
To
string
optional
DateCreatedOnOrBefore
string
optional
date_created
that is before or equal to this value, specified in ISO 8601 format.DateCreatedAfter
string
optional
date_created
that is later than this value, specified in ISO 8601 format.PageSize
integer
optional