CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 11 Oct 2025 04:02:54 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090822073844
location: https://web.archive.org/web/20090822073844/https://www.getsatisfaction.com/developers/people
server-timing: captures_list;dur=0.689711, exclusion.robots;dur=0.022348, exclusion.robots.policy;dur=0.010867, esindex;dur=0.011262, cdx.remote;dur=47.135592, LoadShardBlock;dur=305.492163, PetaboxLoader3.datanode;dur=197.725881, PetaboxLoader3.resolve;dur=29.553592
x-app-server: wwwb-app224
x-ts: 302
x-tr: 389
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app224; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 11 Oct 2025 04:02:56 GMT
content-type: text/html; charset=utf-8
x-archive-orig-connection: close
x-archive-orig-date: Sat, 22 Aug 2009 07:38:42 GMT
x-archive-orig-status: 200 OK
x-archive-orig-etag: "a23188ecf2e696d71ea9f1c786284e72"
x-archive-orig-x-runtime: 0.75596
x-archive-orig-content-length: 11540
x-archive-orig-server: Mongrel 1.1.5
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 22 Aug 2009 07:38:44 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 27 Oct 2008 10:53:31 GMT", ; rel="prev memento"; datetime="Tue, 19 May 2009 05:24:25 GMT", ; rel="memento"; datetime="Sat, 22 Aug 2009 07:38:44 GMT", ; rel="last memento"; datetime="Sat, 22 Aug 2009 07:38:44 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_11_20090822044254_crawl100.gpg-c/51_11_20090822073608_crawl101.arc.gz
server-timing: captures_list;dur=0.493273, exclusion.robots;dur=0.019401, exclusion.robots.policy;dur=0.009626, esindex;dur=0.011381, cdx.remote;dur=36.156729, LoadShardBlock;dur=271.586660, PetaboxLoader3.datanode;dur=727.665812, PetaboxLoader3.resolve;dur=223.693050, load_resource;dur=931.277703
x-app-server: wwwb-app224
x-ts: 200
x-tr: 1290
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Developers - Reference - People
Loading Profile...


Posted and
People lists are represented as an XHTML unordered list of hCards.
Available people list resources
/people
All of the people in get satisfaction
/companies/XXXXX/people
All of the people who have participated in a given company
Example call that represents all of the people that have been to apple's get satisfaction site:
https://api.getsatisfaction.com/companies/apple/people
/companies/XXXXX/employees
All of the people who are employees of a given company Example call that represents all of the employess of Get Satisfaction: https://api.getsatisfaction.com/companies/satisfaction/employees
/topics/XXXXX/people
All of the people participating in a topic Example call that shows who has posted in Topic 256: https://api.getsatisfaction.com/topics/256/people
Available query parameters for product lists
- limit
- used to specify the number of items that will appear within a single page of results for the feed. 30 is the max
- page
- Scroll the page X of the people list. Pair it with limit. Example call to show items 15-30 of the people list: https://api.getsatisfaction.com/people?limit=15&page;=2
- query
- q
- full text search for people using query. please note that this disables the sort parameter Example call searching for "scott": https://api.getsatisfaction.com/people?q=scott
Sample xhtml response for a people list
<title>People in Satisfaction</title> <h1>People</h1> <ul> <li> <div class="vcard person"> <a href="https://localhost:3000/people/167761" class="fn nickname url">Mr.B</a> <span class="note">the more you learn the less you know</span> <span class="canonical_name">mrb</span> </div> </li> <li><div class="vcard person">...</div></li> <li><div class="vcard person">...</div></li> <li><div class="vcard person">...</div></li> </ul> <a href="https://localhost:3000/people?page=1" rel="self">self</a> <a href="https://localhost:3000/people?page=1" rel="first">first</a> <a href="https://localhost:3000/people?page=2" rel="next">next</a> <a href="https://localhost:3000/people?page=568" rel="last">last</a>
© Copyright 2009 Get Satisfaction. All rights reserved.