CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 10 Oct 2025 13:43:59 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090819152003
location: https://web.archive.org/web/20090819152003/https://getsatisfaction.com/developers/products
server-timing: captures_list;dur=8.568507, exclusion.robots;dur=0.027671, exclusion.robots.policy;dur=0.012640, esindex;dur=0.022713, cdx.remote;dur=234.742645, LoadShardBlock;dur=530.122101, PetaboxLoader3.datanode;dur=248.031911, PetaboxLoader3.resolve;dur=67.829732
x-app-server: wwwb-app225
x-ts: 302
x-tr: 853
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; 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: Fri, 10 Oct 2025 13:44:01 GMT
content-type: text/html; charset=utf-8
x-archive-orig-connection: close
x-archive-orig-date: Wed, 19 Aug 2009 15:20:02 GMT
x-archive-orig-status: 200 OK
x-archive-orig-etag: "463a6b5399c45f0755aa56dff2e7c7c5"
x-archive-orig-x-runtime: 0.04138
x-archive-orig-content-length: 11879
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: Wed, 19 Aug 2009 15:20:03 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 23 Oct 2008 08:03:25 GMT", ; rel="prev memento"; datetime="Tue, 03 Mar 2009 22:44:15 GMT", ; rel="memento"; datetime="Wed, 19 Aug 2009 15:20:03 GMT", ; rel="next memento"; datetime="Sat, 19 Sep 2009 15:00:47 GMT", ; rel="last memento"; datetime="Sat, 19 Sep 2009 15:00:47 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_20090819134808_crawl101_IndexOnly.gpg-c/51_11_20090819151900_crawl101.arc.gz
server-timing: captures_list;dur=0.796333, exclusion.robots;dur=0.028603, exclusion.robots.policy;dur=0.013106, esindex;dur=0.015106, cdx.remote;dur=177.201580, LoadShardBlock;dur=542.426221, PetaboxLoader3.datanode;dur=477.850892, PetaboxLoader3.resolve;dur=327.253032, load_resource;dur=394.159220
x-app-server: wwwb-app225
x-ts: 200
x-tr: 1257
server-timing: TR;dur=0,Tw;dur=196,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 - Products
Loading Profile...


Posted and
Product lists are represented as an unordered list of hProduct items.
Available product list resources
/products
All of the products in get satisfaction
/companies/XXXXX/products
All of the products related to a given company
Example call that represents all of the products that apple is related to: https://api.getsatisfaction.com/companies/apple/products
/people/XXXXX/products
All of the products created by a person
Example call that represents all of the products that I have created in Get Satisfaction:
https://api.getsatisfaction.com/people/scott/products
/topics/XXXXX/products
All of the products associated with a product
/tags/XXXXX/products
All of the products tagged with a given tag
Example call that represents all gaming products: https://api.getsatisfaction.com/tags/gaming/products
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 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 products using query. please note that this disables the sort parameter
Example call searching for "ipods": https://api.getsatisfaction.com/products?q=ipods - sort
- Sorts the list of products returned. Available options include:
- recently_created
- Sorts by the products most recently created first
- popular
- most_popular
- Sorts by the products linked to the most topics first.
- least_popular
- Sorts by the products linked to the least topics first.
- alpha
- Sorts alphabetically.
Sample xhtml response for a product list
<title>Products in Satisfaction</title> <h1>Products</h1> <ul> <li> <div class="hproduct"> <a href="https://localhost:3000/companies/1551" class="brand">VMware</a> <a href="https://localhost:3000/products/20461" class="name uri">Fusion</a> </div> </li> </ul> <a href="https://localhost:3000/products?page=1" rel="self">self</a> <a href="https://localhost:3000/products?page=1" rel="first">first</a> <a href="https://localhost:3000/products?page=2" rel="next">next</a> <a href="https://localhost:3000/products?page=107" rel="last">last</a>
© Copyright 2009 Get Satisfaction. All rights reserved.