user/{id}/documents/filtered

Obtain all the documents based on the sent filters. The filters can be empty to get all documents.

Request example

POST - {{host}}/user/:email/documents/filtered
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6...

{
    "filters": {
        "integration_origin": null,
        "filtro_estado": null,
        "filtro_lectura": null,
        "nombre_documento": null,
        "usuarios_organizacion": null,
        "fecha_inicio": null,
        "fecha_fin": null,
        "nivelKyc": null,
        "filtro_tipo_firma": null,
        "filtro_workflow": null,
        "filtro_checks": null,
        "filtro_envio": null,
        "filtro_plantilla": [],
        "filtro_formElementValue": null
    },
    "offset": 0,
    "limit": 1
}

Response example

{
    "matches_unfiltered": 19,
    "docs": [
        {
            "_id": "9863e1c165894b7fb63da558",
            "file": {
                "name": "My first send",
                "original": "egyst.2df.7/8338196106314e1c18d11e7.58921351"
            },
            "file_num_pages": 2,
            "user": "[email protected]",
            "user_id": 1182,
            "status": 0,
            "operation_id": "egyst.2df.7",
            "short_id": "2df",
            "operation_group": "19774280216889e1c12d5516.23247139",
            "free": 0,
            "sequential_send": false,
            "subject": "",
            "message": "",
            "expiration": "2025-08-14 09:11:29",
            "signature_type": "handwritten",
            "signature_color": "black",
            "api_key": "",
            "irregular": false,
            "hashtags": null,
            "no_header": false,
            "minimal_mode": false,
            "no_home": false,
            "show_policy_check_1": false,
            "show_policy_check_2": false,
            "template_id": null,
            "multiplier": 1,
            "post_callback_url": null,
            "post_callback_url_token": null,
            "webhook": null,
            "workflow_type": 0,
            "expired": false,
            "allow_delegation": false,
            "allow_validation": false,
            "chained_operations_id": null,
            "force_scroll": false,
            "receivers": [
                {
                    "name": "",
                    "surname": "",
                    "email": "[email protected]",
                    "phone_prefix": "",
                    "phone": "",
                    "scheduled_send": 0,
                    "status": 0,
                    "created_at": "2025-07-30 09:11:29",
                    "updated_at": "2025-07-30 09:11:29",
                    "documentID": "",
                    "documentType": "",
                    "address": "",
                    "province": "",
                    "zip": "",
                    "nationality": "",
                    "country": "",
                    "locale": "es",
                    "stampType": null,
                    "signatory": "",
                    "sign_access_key": "S0p3ZTVmWnNPRWRGMUVXM0hZK2oxVE1XNUpxNkFRYTZzY2hwc3NiY3c5OUdwN1RoTFc1bDJVbGlIbEZnQ3MvZlRZQjlzQ0ZQWkppbmRJeDdJVzVxYWZ6T2ZWR3hYM1J2Vkh5d25iVXNLbzRRY3YvZHZlVmZrcTRwZldXQlUvN1JKOGVuK1J5SEVmejlaRkFBPT0=",
                    "allow_comments": false,
                    "not_a_signer": false,
                    "force_phone": true,
                    "send_methods": {
                        "email": true,
                        "sms": false,
                        "app": false,
                        "sms_options": {
                            "phone": null
                        },
                        "app_options": {
                            "device": null
                        }
                    },
                    "kyc": {
                        "kyc": null,
                        "mode": "none",
                        "with_selfie": false,
                        "additional_documents": []
                    },
                    "notifications": {
                        "sign": true,
                        "signed": true,
                        "signed_copy": true
                    },
                    "edit_signatures": false,
                    "last-notification": "2025-07-30 09:11:30"
                }
            ],
            "updated_at": "2025-07-30 09:11:30",
            "created_at": "2025-07-30 09:11:29",
            "version": {
                "uuid": "63ddfcab-d729-4bbd-9996-9c694eaf8df8",
                "num": 0,
                "active": true
            },
            "versions": [
                "a7c9d4b8f3a6421e8f5be3d1"
            ],
            "is_api_operation": true
        }
    ]
}