
Calculate the money your business can save by using PBwiki. Join our ROI Workshop, Tuesday 1 PM Eastern.

Questions? Get live answers at PBwiki's weekly office hours (1 PM Eastern, Weds September 3)
Returns the fellows of a particular user
Usage:
GET /api/fellows - get fellows of the logged-in user
GET /api/fellows?traveller=<username> - get fellows of the named user, assuming they consider you a fellow
Response (XML):
<fellows>
<can_see_trips_of>
<name>Matt Biddulph</name>
<status>is at home in London</status>
<icon_id>361ff28715577fc9d934deef590015be</icon_id>
<nick>mattb</nick>
<url>http://www.dopplr.com/traveller/mattb</url>
<travel_today>false</travel_today>
</can_see_trips_of>
<can_see_trips_of>
...
</can_see_trips_of>
<shows_trips_to>
<name>Matt Biddulph</name>
<status>is at home in London</status>
<icon_id>361ff28715577fc9d934deef590015be</icon_id>
<nick>mattb</nick>
<url>http://www.dopplr.com/traveller/mattb</url>
<travel_today>false</travel_today>
</shows_trips_to>
<shows_trips_to>
...
</shows_trips_to>
</fellows>
Response (JSON):
{
"can_see_trips_of":[
{"status":"is at home in London","name":"Matt Biddulph",
"icon_id":"361ff28715577fc9d934deef590015be","nick":"mattb",
"url":"http://www.dopplr.com/traveller/mattb","travel_today":false},
],
"shows_trips_to":[
{"status":"is at home in London","name":"Matt Biddulph",
"icon_id":"361ff28715577fc9d934deef590015be","nick":"mattb",
"url":"http://www.dopplr.com/traveller/mattb","travel_today":false},
],
}
Page Information
|
Wiki Information |
Recent PBwiki Blog Posts |