Muestra un listado de los archivos enviados al Banco de Dominicana que estan pendientes por devolver.

GET /batchfile/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 16,
    "next": null,
    "previous": "https://dev-stellar.alfredpay.io/batchfile/?format=api",
    "results": [
        {
            "id": 16,
            "creation_date": "2022-08-17T16:11:03.700958-04:00",
            "file_name": "alfred_20220817_161103_ACH.txt",
            "batch_status": "3"
        },
        {
            "id": 15,
            "creation_date": "2022-08-16T10:06:04.436138-04:00",
            "file_name": "alfred_20220816_100603_ACH.txt",
            "batch_status": "3"
        },
        {
            "id": 14,
            "creation_date": "2022-08-15T21:37:04.127599-04:00",
            "file_name": "alfred_20220815_213703_ACH.txt",
            "batch_status": "3"
        },
        {
            "id": 13,
            "creation_date": "2022-08-15T20:24:03.274049-04:00",
            "file_name": "alfred_20220815_202402_ACH.txt",
            "batch_status": "3"
        },
        {
            "id": 12,
            "creation_date": "2022-08-15T19:01:03.579167-04:00",
            "file_name": "alfred_20220815_190103_ACH.txt",
            "batch_status": "3"
        },
        {
            "id": 11,
            "creation_date": "2022-08-15T17:36:03.319117-04:00",
            "file_name": "alfred_20220815_173602_ACH.txt",
            "batch_status": "3"
        }
    ]
}