Skip to main content

Retrieve Reports

Endpoint

json
GET /report?size=3

Description

Returns a list of reports created by the merchant.

Response Example

json
{
"content": [
{
"id": 173,
"name": "Pi1135",
"folder": "Admin",
"report_type": "PAYIN",
"enable": true
}
],
"totalElements": 25
}