Method: PortfolioManager::Services::Reporting::CustomReportingReportManagement::Live#get_report
- Defined in:
- lib/portfolio_manager/services/reporting.rb
#get_report(report_id) ⇒ PortfolioManager::Xml::Report, PortfolioManager::Xml::ResponseType
Get Report
This web service retrieves the the list of properties, timeframe, current status, and the unique identifier to the corresponding template for a specific report. The report must be owned by you.
172 173 174 |
# File 'lib/portfolio_manager/services/reporting.rb', line 172 def get_report(report_id) request(Net::HTTP::Get, path_for("reports", report_id), {}, {}, nil, nil, PortfolioManager::Xml::Report, basic_auth: true) end |