AFAX-v4
    • AFAX API V4
      • Documents
      • oauth
        • /oauth/token
      • faxes
        • /faxes
        • /faxes/binary
        • /faxes/{rfid}/cancel
        • /faxes
        • /faxes/{rfid}
        • /faxes/{rfid}/media
        • /faxes/{rfid}
      • webhooks
        • /webhooks
        • /webhooks
        • /webhooks/signing-secret
        • /webhooks/signing-secret
        • /webhooks/signing-secret/rotate
        • /webhooks/{id}
        • /webhooks/{id}
        • /webhooks/{id}/deliveries
        • /webhooks/{id}/rotate-secret
      • system
        • /system/health
      • Schemas
        • Webhook.WriteRequest
        • Webhook.Created
        • Webhook.AFAXWebhook
        • Webhook.SecretCreated
        • Webhook.SecretStatus
        • Webhook.Delivery
        • FaxSubmission.CreateFaxRequest
        • FaxSubmission.FaxSender
        • FaxSubmission.FaxRecipient
        • FaxSubmission.FaxDocumentSource
        • FaxSubmission.FaxCoverPage
        • FaxSubmission.CreateFaxResponse
        • FaxSubmission.FaxResourceLinks
        • FaxResult.FaxResult
        • FaxResult.FaxDocumentTotals
        • FaxResult.FaxOutcome
        • FaxResult.FaxResultPage
        • FaxResult.FaxLifecycleResponse
        • Auth.TokenResponse

    FaxResult.FaxResultPage

    {
        "items": [
            {
                "rfid": "string",
                "status": "string",
                "contentStatus": "string",
                "clientReference": "string",
                "fromFaxNumber": "string",
                "toFaxNumbers": [
                    "string"
                ],
                "documents": {
                    "count": 0,
                    "pages": 0,
                    "totalSizeBytes": 0
                },
                "retryCount": 0,
                "durationSeconds": 0,
                "queuedAt": "string",
                "sendFaxAtDateTime": "string",
                "startedAt": "string",
                "completedAt": "string",
                "farEndId": "string",
                "result": {
                    "code": "string",
                    "reason": "string"
                }
            }
        ],
        "page": 0,
        "pageSize": 0,
        "total": 0
    }
    Built with