Ingram.Marketplace.ReportManagement.get_reports
You're seeing just the function
get_reports
, go back to Ingram.Marketplace.ReportManagement module for more information.
Specs
get_reports(keyword(), Tesla.Env.client() | nil) :: {:ok, Ingram.Marketplace.Model.InlineResponse2004.t()} | {:error, Tesla.Env.t()}
Retrieve a list of exported reports Get a list of the reseller's rated data reports exported during the specified period.
Parameters
- opts (KeywordList): [optional] Optional parameters
- :limit (integer()): The number of items to return.
- :offset (integer()): The number of items to skip before starting to collect the result set.
- :name (String.t): The name of the requested reports.
- :format (String.t): The format filter of the requested reports. Available types:
json
xml
csv
xlsx
- :status (String.t): The status filter of the requested reports. Available types:
submitted
processing
completed
error
- :type (String.t): The type filter of the requested reports. Available types:
periodic
daily
monthly
onetime
*on_invoice
- :from (Date.t): The first day of the requested period.
- :to (Date.t): The last day of the requested period.
- connection (Ingram.Marketplace.Connection): Connection to server
Returns
} on success {:error, info} on failure