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

Page history last edited by Álvaro Bautista 14 years, 1 month ago

Go back to Partigi API Documentation

 

users/show

Returns the information of a given person, obtained from its login or its id.

 

URL:

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

 

Formats:

atom, json (more about JSON responses)

 

HTTP Methods:

GET

 

Authentication Mode:

read-only

 

Parameters:

Required:

  • id: The ID or login of the user.

 

Request examples:

 

http://www.partigi.com/api/v1/users/show.atom?id=1

http://www.partigi.com/api/v1/users/show.atom?id=jwayne

 

Response example:

 

  <?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
    <title>John Wayne &#187; Partigi</title>
    <id>http://www.partigi.com/jwayne</id>
    <updated>2009-07-09T07:38:50Z</updated>
    <link type="application/atom+xml" href="http://www.partigi.com/api/v1/users/show.atom?id=jwayne" rel="self"/>
    <link type="text/html" href="http://www.partigi.com/jwayne" rel="alternate"/>
    <author>
      <name>Partigi</name>
    </author>
    <entry xmlns:ptUser="http://schemas.partigi.com/v1.0/ptUser">
      <category scheme="http://schemas.partigi.com/v1.0#kind" term="http://schemas.partigi.com/v1.0#user"/>
      <id>http://www.partigi.com/jwayne</id>
      <title>John Wayne</title>
      <updated>2009-07-09T07:38:50Z</updated>
      <published>2009-05-06T11:43:39Z</published>
      <link type="text/html" rel="alternate" href="http://www.partigi.com/jwayne"/>
      <link type="application/atom+xml" rel="self" href="http://www.partigi.com/api/v1/users/show.atom?id=jwayne"/>
      <ptUser:id>1</ptUser:id>
      <ptUser:login>jwayne</ptUser:login>
      <ptUser:name>John</ptUser:name>
      <ptUser:surname>Wayne</ptUser:surname>
      <ptUser:country>ES</ptUser:country>
      <ptUser:avatar_url>http://gravatar.com/avatar/1234567890987654321.png?r=PG</ptUser:avatar_url>    
    </entry>
  </feed>

 

Go back to Partigi API Documentation

Comments (0)

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