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


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

(authenticated)

Retrieves one particular list with its entries.

Arguments
id The id of the list.

example request

http://blablalist.com/getlist?
    authid=622c895dec2d96cf127f0d557785d200&
    id=23

example result

<list authid="622c895dec2d96cf127f0d557785d200"
          id="23" name="Things I need to do this weekend" shortname="this_weekend"
          public="true" listurl="http://blablalist.com/list/johnsmith/this_weekend"
          feedurl="http://blablalist.com/feed/johnsmith/this_weekend"
          printurl="http://blablalist.com/printablelist?id=23"
          privateshares="1"
          count="4" isowner="true">

    <description>It&apos;s really time that I finally get all this done!</description>

    <entry id="140" name="Fix the electricity" done="false" priority="0"/>
    <entry id="141" name="Put in the new lightbulbs" done="false" priority="1"/>
    <entry id="162" name="Take the dogs out for a walk" done="false" priority="2"/>
    <entry id="163" name="Prepare dinner" done="false" priority="3"/>
    <entry id="143" name="Paint the fence" done="true" priority="4"/>
    <entry id="142" name="Wash the car" done="true" priority="5"/>

</list>



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