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

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

{
    "count": 16,
    "next": "https://dev-stellar.alfredpay.io/batchfile/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "id": 27,
            "creation_date": "2022-10-06T12:31:03.586841-04:00",
            "file_name": "alfred_20221006_123103_ACH.txt",
            "batch_status": "3"
        },
        {
            "id": 26,
            "creation_date": "2022-09-21T14:28:03.846885-04:00",
            "file_name": "alfred_20220921_142803_ACH.txt",
            "batch_status": "3"
        },
        {
            "id": 25,
            "creation_date": "2022-09-21T14:20:03.371859-04:00",
            "file_name": "alfred_20220921_142002_ACH.txt",
            "batch_status": "3"
        },
        {
            "id": 23,
            "creation_date": "2022-08-22T09:10:03.118759-04:00",
            "file_name": "alfred_20220822_091002_ACH.txt",
            "batch_status": "3"
        },
        {
            "id": 22,
            "creation_date": "2022-08-18T10:04:03.843303-04:00",
            "file_name": "alfred_20220818_100403_ACH.txt",
            "batch_status": "3"
        },
        {
            "id": 21,
            "creation_date": "2022-08-18T09:24:03.599551-04:00",
            "file_name": "alfred_20220818_092403_ACH.txt",
            "batch_status": "3"
        },
        {
            "id": 20,
            "creation_date": "2022-08-17T22:18:03.933048-04:00",
            "file_name": "alfred_20220817_221803_BCRD.txt",
            "batch_status": "3"
        },
        {
            "id": 19,
            "creation_date": "2022-08-17T19:58:03.662357-04:00",
            "file_name": "alfred_20220817_195803_BCRD.txt",
            "batch_status": "3"
        },
        {
            "id": 18,
            "creation_date": "2022-08-17T19:55:03.482950-04:00",
            "file_name": "alfred_20220817_195502_ACH.txt",
            "batch_status": "3"
        },
        {
            "id": 17,
            "creation_date": "2022-08-17T16:13:03.270187-04:00",
            "file_name": "alfred_20220817_161302_ACH.txt",
            "batch_status": "3"
        }
    ]
}