The GetReports function returns all report objects.
Method | /GetReports |
The request body is of type GetReports.
Name | Description | Data Type |
---|---|---|
storeId | xml:int | |
description | xml:string | |
reportType | ReportType | |
reportNumber | xml:int | |
subReportNumber | xml:int | |
isHideReports | BooleanFilter | |
showDerivedReports | xml:boolean | |
reportCategoryId | xml:int |
|
The response body is of type GetReportsResponse.
Name | Description | Data Type |
---|---|---|
GetReportsResult | ArrayOfViewReportInfo |
|