| 
  • 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 index

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

Go back to Partigi API Documentation

 

list_users/index

Gives a list of list_uers filtered by an user ID and / or list ID (corresponding to the parent list).

 

URL:

http://www.partigi.com/api/v1/list_users/index.format

 

Formats:

atom, json (more about JSON responses)

 

HTTP Methods:

GET

 

Authentication Mode:

read-only

 

Parameters:

 

Optional: 

  • user_id: the ID of the owner user
  • list_id: the ID of the list
  • per_page: The number of results per page to retrieve, from 1 up to 100. By default retrieves 10 elements.
  • page: The page from which retrieve the results. By default is 1.

 

Example requests:

 

http://www.partigi.com/api/v1/list_users/index.atom?user_id=34

 

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/api/v1/list_users/index.atom?page=1&amp;amp;per_page=10&amp;amp;user_id=1</id>
      <updated>2009-07-10T14:16:12Z</updated>
      <link type="application/atom+xml" href="http://www.partigi.com/api/v1/list_users/index.atom?page=1&amp;amp;per_page=10&amp;amp;user_id=1" rel="self"/>
      <link type="text/html" href="http://www.partigi.com/api/v1/list_users/index.html?page=1&amp;amp;per_page=10&amp;amp;user_id=1" 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&#237;culas de animaci&#243;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&#237;culas de animaci&#243;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>
    <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=10</id>
      <title>Las mejores pel&#237;culas sobre m&#250;sica</title>
      <updated>2009-07-10T11:40:09Z</updated>
      <published>2009-07-10T11:40:09Z</published>
      <link type="text/html" href="http://www.partigi.com/list_users/10" rel="alternate"/>
      <link type="application/atom+xml" href="http://www.partigi.com/api/v1/list_users/show.atom?id=10" rel="self"/>
      <ptListUser:id>10</ptListUser:id>
      <ptListUser:name>Las mejores pel&#237;culas sobre m&#250;sica</ptListUser:name>
      <ptListUser:nicename>las-mejores-peliculas-sobre-musica</ptListUser:nicename>
      <ptListUser:items_type>Film</ptListUser:items_type>
      <ptUser:id>1</ptUser:id>
      <ptList:id>9</ptList:id>
      <ptListUser:items type="collection">
        <ptListUserItem:entry>
          <ptListUserItem:position>0</ptListUserItem:position>
          <ptListUserItem:item_type>Film</ptListUserItem:item_type>
          <ptListUserItem:item_id>55</ptListUserItem:item_id>
        </ptListUserItem:entry>
        <ptListUserItem:entry>
          <ptListUserItem:position>1</ptListUserItem:position>
          <ptListUserItem:item_type>Film</ptListUserItem:item_type>
          <ptListUserItem:item_id>56</ptListUserItem:item_id>
        </ptListUserItem:entry>
        <ptListUserItem:entry>
          <ptListUserItem:position>2</ptListUserItem:position>
          <ptListUserItem:item_type>Film</ptListUserItem:item_type>
          <ptListUserItem:item_id>57</ptListUserItem:item_id>
        </ptListUserItem:entry>
        <ptListUserItem:entry>
          <ptListUserItem:position>3</ptListUserItem:position>
          <ptListUserItem:item_type>Film</ptListUserItem:item_type>
          <ptListUserItem:item_id>58</ptListUserItem:item_id>
        </ptListUserItem:entry>
        <ptListUserItem:entry>
          <ptListUserItem:position>4</ptListUserItem:position>
          <ptListUserItem:item_type>Film</ptListUserItem:item_type>
          <ptListUserItem:item_id>59</ptListUserItem:item_id>
        </ptListUserItem:entry>
        <ptListUserItem:entry>
          <ptListUserItem:position>5</ptListUserItem:position>
          <ptListUserItem:item_type>Film</ptListUserItem:item_type>
          <ptListUserItem:item_id>60</ptListUserItem:item_id>
        </ptListUserItem:entry>
        <ptListUserItem:entry>
          <ptListUserItem:position>6</ptListUserItem:position>
          <ptListUserItem:item_type>Film</ptListUserItem:item_type>
          <ptListUserItem:item_id>61</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.