Sure. You can call root.get_review_requests(), which will return a paginated resource that can then be iterated over. This function will accept the parameters that the review request list resource uses to filter things.
-David On Sun, Jun 25, 2017 at 7:07 AM eran meiri <[email protected]> wrote: > Hello, > I was wondering is there a way to get all review requests via the python > api. > > I saw it is possible to create a review via the python api but not > querying reviews. > > > many thanks > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
