GET /api/reports
Get reports list

Returns the list of Incomes Register reports

Supported Formats

json

Examples

[
  {
    "id":3,
    "user_id":3,
    "ir_report_id":"ID",
    "ir_report_timestamp":"22/10/2019",
    "status":"Status"
  }
] 

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, 1, 0.