| 
  • 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: lists show

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

Go back to Partigi API Documentation

 

lists/show

Return the information of a list given by its ID or its nicename.

 

URL:

http://www.partigi.com/api/v1/lists/show.format

 

Formats:

atom, json (more about JSON responses)

 

HTTP Methods:

GET

 

Authentication Mode:

read-only

 

Parameters:

Required:

  • id: the ID or the nicename in Partigi of the list 

 

Example requests:

 

http://www.partigi.com/api/v1/lists/show.atom?id=34

 

Example responses:

 

  <?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
    <title>Pelis con mono &#187; lists &#187; Partigi</title>
    <id>http://www.partigi.com/lists/34</id>
    <updated>2009-08-10T11:31:28Z</updated>
    <link type="application/atom+xml" href="http://www.partigi.com/api/v1/lists/show.atom?id=34" rel="self"/>
    <link type="text/html" href="http://www.partigi.com/lists/34" rel="alternate"/>
    <author>
      <name>Partigi</name>
    </author>
  <entry xmlns:ptList="http://schemas.partigi.com/v1.0/ptList">
    <category scheme="http://schemas.partigi.com/v1.0#kind" term="http://schemas.partigi.com/v1.0#list"/>
    <id>http://www.partigi.com/api/v1/lists/show.atom?id=34</id>
    <title>Pelis con mono</title>
    <updated>2009-08-10T11:31:28Z</updated>
    <published>2009-08-07T16:54:30Z</published>
    <link type="text/html" href="http://www.partigi.com/lists/34" rel="alternate"/>
    <link type="application/atom+xml" href="http://www.partigi.com/api/v1/lists/show.atom?id=34" rel="self"/>
    <ptList:id>34</ptList:id>
    <ptList:name>Pelis con mono</ptList:name>
    <ptList:nicename>pelis-con-mono</ptList:nicename>
    <ptList:saved_count>2</ptList:saved_count>

  </entry>
  </feed>

 

Go back to Partigi API Documentation

Comments (0)

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