Go back to Partigi API Documentation
list_users/show
Shows the content of a list_user.
URL:
http://www.partigi.com/api/v1/list_users/show.
format
Formats:
atom, json
(more about JSON responses)
HTTP Methods:
GET
Authentication Mode:
read-only
Parameters:
Required:
id
: The ID of the list_user
Example requests:
http://www.partigi.com/api/v1/list_users/show.atom?id=25
Example responses:
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Partigi</title>
<id>http://www.partigi.com/list_users/25</id>
<updated>2009-07-10T14:16:12Z</updated>
<link type="application/atom+xml" href="http://www.partigi.com/api/v1/list_users/show.atom?id=25" rel="self"/>
<link type="text/html" href="http://www.partigi.com/list_users/25" rel="alternate"/>
<author>
<name>Partigi</name>
</author>
<entry xmlns:ptListUser="http://schemas.partigi.com/v1.0/ptListUser" xmlns:ptUser="http://schemas.partigi.com/v1.0/ptUser" xmlns:ptList="http://schemas.partigi.com/v1.0/ptList" xmlns:ptListUserItem="http://schemas.partigi.com/v1.0/ptListUserItem">
<category scheme="http://schemas.partigi.com/v1.0#kind" term="http://schemas.partigi.com/v1.0#list_user"/>
<id>http://www.partigi.com/api/v1/list_users/show.atom?id=25</id>
<title>Mejores películas de animación en 3D</title>
<updated>2009-07-10T14:16:12Z</updated>
<published>2009-07-10T14:16:12Z</published>
<link type="text/html" href="http://www.partigi.com/list_users/25" rel="alternate"/>
<link type="application/atom+xml" href="http://www.partigi.com/api/v1/list_users/show.atom?id=25" rel="self"/>
<ptListUser:id>25</ptListUser:id>
<ptListUser:name>Mejores películas de animación en 3D</ptListUser:name>
<ptListUser:nicename>mejores-peliculas-animacion-3d</ptListUser:nicename>
<ptListUser:items_type>Film</ptListUser:items_type>
<ptUser:id>1</ptUser:id>
<ptList:id>3</ptList:id>
<ptListUser:items type="collection">
<ptListUserItem:entry>
<ptListUserItem:position>1</ptListUserItem:position>
<ptListUserItem:item_type>Film</ptListUserItem:item_type>
<ptListUserItem:item_id>113</ptListUserItem:item_id>
</ptListUserItem:entry>
<ptListUserItem:entry>
<ptListUserItem:position>2</ptListUserItem:position>
<ptListUserItem:item_type>Film</ptListUserItem:item_type>
<ptListUserItem:item_id>114</ptListUserItem:item_id>
</ptListUserItem:entry>
<ptListUserItem:entry>
<ptListUserItem:position>3</ptListUserItem:position>
<ptListUserItem:item_type>Film</ptListUserItem:item_type>
<ptListUserItem:item_id>115</ptListUserItem:item_id>
</ptListUserItem:entry>
</ptListUser:items>
</entry>
</feed>
Go back to Partigi API Documentation
Comments (0)
You don't have permission to comment on this page.