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


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

(authenticated)

Configures private sharing for a list.

Submissions
setupPrivateSharing
Starts privately sharing a list and sends an invitation mail to the invited people.
Parameters
id The id of the list.
emails A comma-separated list of emails of the people that should be invited.
message (optional) An optional message that will be sent along with the invitation.
Errors
MANDATORY:emails No email addresses were provided.
INVALID:emails At least one email address was not valid.
stopPrivateSharing
Stop privately sharing a list, all previously invited people will not have access to it anymore.
Parameters
id The id of the list.

example requests

http://blablalist.com/privatesharing?
    authid=622c895dec2d96cf127f0d557785d200&
    submission=setupPrivateSharing&
    id=25&
    emails=mywife@blablalist.com,mysister@blablalist.com&
    message=Are+there+other+things+I+should+do?
http://blablalist.com/privatesharing?
    authid=622c895dec2d96cf127f0d557785d200&
    submission=stopPrivateSharing&
    id=25

example results

<privatesharing authid="622c895dec2d96cf127f0d557785d200">
    <success known="1" unknown="1"/>
</privatesharing>
<privatesharing authid="622c895dec2d96cf127f0d557785d200">
    <stopped/>
</privatesharing>



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