Ingram.Marketplace.ReportManagement.get_report_by_id
You're seeing just the function
get_report_by_id
, go back to Ingram.Marketplace.ReportManagement module for more information.
Specs
get_report_by_id(String.t(), keyword(), Tesla.Env.client() | nil) :: {:ok, Ingram.Marketplace.Model.ReportItem.t()} | {:error, Tesla.Env.t()}
Get full details of a report Get extended details about a report in the platform.
Parameters
- id (String.t): The ID of the report to be processed by the request.
- opts (KeywordList): [optional] Optional parameters
- connection (Ingram.Marketplace.Connection): Connection to server
Returns
} on success {:error, info} on failure