I need a method to access the children objects of the Analysis Request, which is the one containing the analysis report object, I can only see the children objects if I add children=yes to the API call . Is there any shortcut in which I can acquire the Analysis Report pdf download link(or api url) of a certain Analysis Request?
Having the ID of the sample you can directly search for ARReport portal_type with complete=1 and pick the url for the Pdf download directly from there:
Thank you for your reply @xispa. I tried with the same URL you provided but I am getting all the analysis reports instead, not only the one with the desired parent_id