Skip to main content

Reports

GET Search Merchant Reports Logs

This API will help in getting the list of merchant report logs with search parameters. It will provide the information of Report Generation Logs which are generated by Scheduler.

The ability to generate merchant report logs is a useful accountability and compliance tool. The AndDone platform has the ability for admins to generate merchant report logs based on their search parameters, so that there is nothing stopping them from maintaining their accountability.

API Endpoint
https://api.uat.anddone.com/merchants/{parentId}/reports/{id}/logs

This API will help in getting the list of merchant report logs with search parameters. It will provide the information of Report Generation Logs which are generated by Scheduler.

API Data Details
Resource Reports
URI merchants/{parentId}/reports/{id}/logs
Method GET
Authorization Bearer Token Authorization
Authorization
Token {{token}}
Query Params
SearchText string
StartRow number
PageSize number
SortField string
Asc boolean
Example Request
https://api.uat.anddone.com/merchants/{parentId}/reports/{id}/logs?StartRow=0&PageSize=10&SortField=createdon&Asc=false

Body Response Example (JSON)

    
    

secure/payments errors

<table class="keys-table">

<tbody>

<tr class="header-row">

<td class="header">

Authorization

</td>

</tr>

<tr>

<td>

Token

</td>

<td>

{{token}}

</td>

</tr>

<tr class="header-row">

<td class="header">

Query Params

</td>

</tr>

<tr>

<td>

SearchText

</td>

<td>

string

</td>

</tr>

<tr>

<td>

StartRow

</td>

<td>

number

</td>

</tr>

<tr>

<td>

PageSize

</td>

<td>

number

</td>

</tr>

<tr>

<td>

SortField

</td>

<td>

string

</td>

</tr>

<tr>

<td>

Asc

</td>

<td>

boolean

</td>

</tr>

</tbody>

</table>