CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 12 Oct 2025 00:27:18 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090127003631
location: https://web.archive.org/web/20090127003631/https://developer.getsatisfaction.com/docs/Company_Lists
server-timing: captures_list;dur=4.996926, exclusion.robots;dur=0.040159, exclusion.robots.policy;dur=0.016410, esindex;dur=0.015061, cdx.remote;dur=256.088089, LoadShardBlock;dur=473.217148, PetaboxLoader3.datanode;dur=137.921933, PetaboxLoader3.resolve;dur=221.398249
x-app-server: wwwb-app213
x-ts: 302
x-tr: 783
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; 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: Sun, 12 Oct 2025 00:27:19 GMT
content-type: text/html; charset=utf-8
x-archive-orig-connection: close
x-archive-orig-p3p: policyref="/w3c/p3p.xml",CP="CAO COR CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT STA"
x-archive-orig-x-powered-by: PHP/5.2.6
x-archive-orig-content-length: 23353
x-archive-orig-etag: "b14120cd"
x-archive-orig-date: Tue, 27 Jan 2009 00:36:31 GMT
x-archive-orig-server: lighttpd/1.4.20
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 27 Jan 2009 00:36:31 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 22 Jan 2009 23:09:13 GMT", ; rel="prev memento"; datetime="Thu, 22 Jan 2009 23:09:13 GMT", ; rel="memento"; datetime="Tue, 27 Jan 2009 00:36:31 GMT", ; rel="next memento"; datetime="Fri, 06 Feb 2009 10:31:40 GMT", ; rel="last memento"; datetime="Fri, 27 Feb 2009 18:39:12 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: 52_7_20090126232520_crawl101-c/52_7_20090127003537_crawl101.arc.gz
server-timing: captures_list;dur=0.609610, exclusion.robots;dur=0.020791, exclusion.robots.policy;dur=0.010420, esindex;dur=0.011399, cdx.remote;dur=59.708193, LoadShardBlock;dur=368.622154, PetaboxLoader3.datanode;dur=237.251539, PetaboxLoader3.resolve;dur=153.289024, load_resource;dur=223.612092
x-app-server: wwwb-app213
x-ts: 200
x-tr: 725
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
Company Lists
GetSatisfaction
Company Lists
- Previous: Getting Started
- Up: Get Satisfaction Documentation
- Next: People Lists
Available company list resources
- /companies
- All of the companies in satisfaction
- /people/XXXXX/companies
- All of the companies created by a person
- Example call that represents all of the companies that I have created:
https://api.getsatisfaction.com/people/scott/companies
- /products/XXXXX/topics
- All of the companies associated with a product
- Example call that represents all of the companies are related to the iPod:
https://api.getsatisfaction.com/products/apple_ipod/companies
- /tags/XXXXX/companies
- All of the companies tagged with a given tag
- Example call that represents all internet companies:
https://api.getsatisfaction.com/tags/internet/companies
Available query parameters for company 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 company list. Pair it with limit.
- Example call to show items 30-60 of the companies list:
https://api.getsatisfaction.com/companies?limit=30&page=2
- query
- q
- full text search for topics using query. please note that this disable the sort parameter
- Example call searching for "AAA":
https://api.getsatisfaction.com/companies?q=AAA
- sort
- Sorts the list of companies returned. Available options include:
- recently_created
- Sorts by the companies most recently created first
- recently_active
- Sorts by the companies most recently posted to first.
- alpha
- Sorts alphabetically.
Sample xhtml response for a company list
- <title>Companies in Satisfaction</title>
- <h1>Companies in Satisfaction</h1>
- <ul>
- <li>
- <div id="hcard-audible" class="vcard company">
- <a href="https://localhost:3000/companies/17631" class="fn org url" rel="me">Audible.com</a>
- <span class="id">17631</span>
- <a href="/companies/17631/topics" rel="topics">Audible.com's topics</a>
- <a href="/companies/17631/people" rel="people">Audible.com's people</a>
- <a href="/companies/17631/products" rel="products">Audible.com's products</a>
- <a href="/companies/17631/tags" rel="tags">Audible.com's tags</a>
- <a href="https://localhost:3000/audible" class="url" rel="company_at_sfn">Audible.com on Get Satisfaction</a>
- </div>
- </li>
- <li>
- <div id="hcard-XXX" class="vcard company">...</div>
- </li>
- <li>
- <div id="hcard-XXX" class="vcard company">...</div>
- </li>
- <li>
- <div id="hcard-XXX" class="vcard company">...</div>
- </li>
- </ul>
- <a href="https://localhost:3000/companies?page=1" rel="self">self</a>
- <a href="https://localhost:3000/companies?page=1" rel="first">first</a>
- <a href="https://localhost:3000/companies?page=2" rel="next">next</a>
- <a href="https://localhost:3000/companies?page=756" rel="last">last</a>
version 8 as of 7 months ago by Scott
- Previous: Getting Started
- Up: Get Satisfaction Documentation
- Next: People Lists
Docs Navigation
© Copyright 2008 Get Satisfaction. All rights reserved.

Draft
Comments