Get portfolio ratings reportCopy Pageget https://api.sandbox.riskrecon.com/v1/reports/portfolio_ratingsRetrieves a paginated list of portfolio ratings with their changes over timeQuery Paramspageinteger≥ 1Defaults to 1This parameter is the page number in routes that have pagination.per_pageinteger1 to 250Defaults to 20This parameter sets the results limit per page. This defaults to 20 and currently has a max of 250.sort_attributestringenumDefaults to rating_changeThis parameter is optional but allows the user to sort results of portfolio ratings by available sort attributes.rating_changestart_dateend_datevendor_namefoldercriticalitystart_ratingend_ratingrating_changeShow 8 enum valuessort_methodstringenumDefaults to DESCSort results by ascending or descending order.DESCASCDESCAllowed:ASCDESCdays_agointegerDefaults to 360This parameter filters results by the number of days ago. This is optional but allows the user to filter results by the number of days ago.Responses 200OK 400Something was wrong with the request 401Authentication information was missing or invalid or the user is not authorized to access resource or perform the associated action. 403FORBIDDEN 404The URI didn't match an existing resource.Updated 7 days ago