Dashboard > Bla-bla List > ... > REST API > fetchlists
Bla-bla List Log In | Sign Up   View a printable version of the current page.
fetchlists


Added by Geert Bevin, last edited by Geert Bevin on Mar 24, 2005  (view change)
Labels: 
(None)

(authenticated)

Fetches all the lists of an account.

example request

http://blablalist.com/fetchlists?
    authid=622c895dec2d96cf127f0d557785d200

example result

<lists authid="622c895dec2d96cf127f0d557785d200">

    <personal>
        <list id="23" name="Things I need to do this weekend" count="4"
                  priority="0" done="false" owner="johnsmith"
                  privateshares="1" sharing="true"/>
        
        <list id="24" name="Movies that I&apos;d like to see" count="3"
                  priority="1" done="false" owner="johnsmith"
                  privateshares="0" sharing="false"/>
        
        <list id="25" name="Persons I need to call on Monday" count="5"
                  priority="2" done="false" owner="johnsmith"
                  privateshares="0" sharing="false"/>
        
        <list id="31" name="Things I need to do today" count="0"
                  priority="3" done="true" owner="johnsmith"
                  privateshares="0" sharing="false"/>
    </personal>

    <shared>
        <list id="3" name="Bla-bla list" count="7"
                  priority="1" done="false" owner="gbevin"
                  privateshares="0" sharing="true"/>
    </shared>

</lists>



Are you enjoying Confluence? Please consider purchasing it today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.1a Build:#515 May 19, 2006) - Bug/feature request - Contact Administrators