v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Report

Retrieves the collection of Report resources.

Retrieves the collection of Report resources.

get/reports

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

Report collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for each report

categorystring nullable

Category for the report

namestring

Name of the report

querystring nullable

Query that generates the report

modifiedstring nullable

Date and time last modified

Example response

[
  {
    "integration": "quickbooks"
  }
]