Returns the list of succeeded batch documents

Supported Formats

json

Examples

[
  {
    "description":"receipts paid with personal assets",
    "created_at":"2019-09-01",
    "reference_number":"RF713392536027589",
    "pdf_file_url":"http://bezala.com/pdf/74/ba/22/74ba22c0-50ae-4d55-851c-7dbf29465740.pdf",
    "integration_documents":[
      {
        "integration_id":42,
        "url":"http://url.of.sepa.xml",
        "label":"SEPA"
      }
    ]
  }
] 

Params

Param name Description
page
optional

Page number

Validations:

  • Must be a Integer

per_page
optional

Number of records per page. Can be set to 1000 for getting more records in one page. Default: 50

Validations:

  • Must be a Integer

skip_pagination
optional

Pass true to skip pagination and receive all the records in one request, no pagination.

Validations:

  • Must be one of: true, false.