Faxes
List fax records
Get your own or your subordinate’s faxes list. (Permitted scopes: fax:all:read, fax:fax:read)
GET
Authorizations
OAuth2 Authorization Grant
Path Parameters
self or user id of a corporate member
Query Parameters
Category parameter. Valid values: inbox, sent, spam
Available options:
inbox
, sent
, spam
Start date to get records from that date. Format: YYYY-MM-DD HH:mm:ss
End date to get records before that date. Format: YYYY-MM-DD HH:mm:ss
Limit of fax records you want to get per request
Required range:
1 < x < 50
Offset for pagination. Specifies the number of records to skip before starting to return records.
Required range:
x > 0
Field to sort the results by. Valid values: date, from, to, comment, pages
Available options:
date
, from
, to
, comment
, pages
Order of the sorting. Valid values: asc for ascending, desc for descending.
Available options:
asc
, desc