Hi, You need to do:
users = root.get_users(max_results=200) How are you changing the username/password? Note that you may have to clear the API cache and cookie if switching users within the same process. Christian -- Christian Hammond - [email protected] Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -----Original Message----- From: dang.tab <[email protected]> Reply: [email protected] <[email protected]>> Date: July 14, 2015 at 4:00:10 PM To: [email protected] <[email protected]>> Cc: [email protected] <[email protected]>> Subject: Re: Problem with api-get > Thank you! That worked. However when I then tried the following in python, > it returned just the first 25 users only, not 200. > > from rbtools.api.client import RBClient > > client = RBClient('http://', > username='', password='') > root = client.get_root() > users = root.get_users("max-results==200") > > Another strange thing that happened is if I then changed the > username/password to that of a different user, the above code fragment did > not work. It complained that the username or password was not correct. I > double checked and know for fact that I did entered the correct username > and password. > > Please advise. Thank you. > > > > > On Tuesday, July 14, 2015 at 12:27:16 PM UTC-7, Christian Hammond wrote: > > > > Hi, > > > > Looks like our help output may be wrong. Try it without the extra '--'. > > I'll make sure this is fixed for the next release. > > > > Christian > > > > -- > > Christian Hammond - [email protected] > > Review Board - https://www.reviewboard.org > > Beanbag, Inc. - https://www.beanbaginc.com > > > > On Tue, Jul 14, 2015 at 12:03 PM, dang.tab > > > wrote: > > > >> Hello, > >> > >> I am running into the following with trying to extract a list of users:- > >> > >> D:\ws\dev>rbt api-get -d http:///api/users/ -- > >> --start=201 --max-results=200 > >> >>> RBTools 0.7.4 > >> >>> Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit > >> (Intel)] > >> >>> Running on Windows-7-6.1.7601-SP1 > >> >>> Home = C:\Users\\AppData\Roaming > >> >>> Current directory = D:\ws\dev > >> usage: rbt api-get [options] [-- [--= ...]] > >> > >> Retrieve raw API resource payloads. > >> rbt: error: Unexpected query argument -- > >> > >> I believe I have entered the correct query syntax, but it is complaining > >> about "unexpected query argument --". What do I need to do to get this to > >> work? > >> > >> Thank you. > >> > >> -- > >> 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. > -- 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.
