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


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

(authenticated)

Add a new entry to a list.

Submissions
add
Adds the entry.
Parameters
listId The id of the list to which the entry will be added.
name The name of the entry.
Errors
MANDATORY:name The entry name wasn't provided.
WRONGLENGTH:name The entry name was too long (max. 255 chars).
INVALID:listId The list id doesn't exist or wasn't provided.

example request

http://blablalist.com/addentry?
    authid=622c895dec2d96cf127f0d557785d200&
    submission=add&
    listId=23&
    name=Something+more+to+do

example result

<add authid="622c895dec2d96cf127f0d557785d200">
    <success id="192"/>
</add>



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