| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Partigi API: list_users create

Page history last edited by Álvaro Bautista 14 years, 2 months ago

Go back to Partigi API Documentation

 

list_users/create

Create a list for the authenticated user, from a given list. It implies that the name of the list will be the name of the reference list.

 

URL:

http://www.partigi.com/api/v1/list_users/create

 

Formats:

atom, json (more about JSON responses)

 

 

HTTP Methods:

POST

 

Authentication Mode:

read-write

 

Parameters:

Required:

  • list_id:  The identifier of the parten list
  • list_user_items_ids: A list of the identifiers to include in the list. The minimum number of items is 2 and the maximum 10.
  • items_type: The type of the items to include. See a list of the available item types.

 

Response:

 

If there are not errors in the request, the user list will be created successfully, and the response will be the user list in the specified format.

 

If there were any errors the response will be a an explanation of the error in plain text.

 

For more information, visit the page HTTP Response Codes and Errors

 

Go back to Partigi API Documentation

Comments (0)

You don't have permission to comment on this page.