Skip to content

FaxInUdrReportRecord

Fax Inbound UDR Report Record

Fields
faxId
ID!,non-null
Unique identifier for the fax reception record.
accountingService
String
Accounting service identifier, used for billing and cost allocation.
allPages
Int
Total number of pages in the received fax document.
archivePurgeAt
String
Scheduled timestamp when archived fax data will be purged.
archivingStatus
String
Current archiving status of the fax document.
baudRate
Int
Transmission speed, in bits per second, used during fax reception.
billingCode
String
Billing code associated with the fax reception for cost allocation.
callConnectedAt
String
Timestamp when the fax call was successfully connected.
calledCountry
String
Country from which the fax was sent.
calledCsId
String
Called Station Identifier of the receiving fax machine.
calledNumber
String
Phone number that received the fax.
calledNumberDisplay
String
Display format of the called number as shown to users.
callingNumber
String
Phone number from which the fax was sent.
callingTsId
String
Transmitting Station Identifier of the sending fax machine.
callStartedAt
String
Timestamp when the fax call was initiated.
confirmedPages
Int
Number of pages successfully received and confirmed.
customerId
String
Customer identifier for the account.
deliveryRecipients
String
Email addresses or delivery endpoints for the received fax.
deliverySender
String
Sender information used in fax delivery notifications.
deliverySenderUser
String
User account associated with the delivery sender.
discardedPages
Int
Number of pages discarded due to transmission errors.
docMimeType
String
MIME type of the converted fax document (e.g., application/pdf).
documentDeliveryStatus
String
Status of document delivery to the specified recipients.
faxFileSize
Int
Size of the received fax file, in bytes.
faxTransmitStatus
String
Transmission status indicating success or failure of fax reception.
keyTimestamp
String
Primary timestamp used for record sorting and filtering.
recipientsCount
Int
Number of recipients configured to receive the fax document.
resolution
String
Fax resolution quality (e.g., standard, fine, superfine).
secondaryDeliveryRecipients
String
Additional email addresses for secondary delivery of the fax.
virtualPagesBilled
Int
Number of virtual pages billed for this fax reception.
Response sample
{ "faxId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "accountingService": "Example String", "allPages": 40, "archivePurgeAt": "Example String", "archivingStatus": "Example String", "baudRate": 40, "billingCode": "Example String", "callConnectedAt": "Example String", "calledCountry": "Example String", "calledCsId": "Example String", "calledNumber": "Example String", "calledNumberDisplay": "Example String", "callingNumber": "Example String", "callingTsId": "Example String", "callStartedAt": "Example String", "confirmedPages": 40, "customerId": "Example String", "deliveryRecipients": "Example String", "deliverySender": "Example String", "deliverySenderUser": "Example String", "discardedPages": 40, "docMimeType": "Example String", "documentDeliveryStatus": "Example String", "faxFileSize": 40, "faxTransmitStatus": "Example String", "keyTimestamp": "Example String", "recipientsCount": 40, "resolution": "Example String", "secondaryDeliveryRecipients": "Example String", "virtualPagesBilled": 40 }