CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 12 Oct 2025 19:53:49 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090125071013
location: https://web.archive.org/web/20090125071013/https://developer.getsatisfaction.com/docs/Product_Lists
server-timing: captures_list;dur=0.535779, exclusion.robots;dur=0.021473, exclusion.robots.policy;dur=0.010144, esindex;dur=0.010926, cdx.remote;dur=97.517826, LoadShardBlock;dur=236.784164, PetaboxLoader3.resolve;dur=56.115609, PetaboxLoader3.datanode;dur=157.510526
x-app-server: wwwb-app223
x-ts: 302
x-tr: 408
server-timing: TR;dur=0,Tw;dur=147,Tc;dur=3
set-cookie: wb-p-SERVER=wwwb-app223; 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 19:53:51 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: 17761
x-archive-orig-etag: "1b07a219"
x-archive-orig-date: Sun, 25 Jan 2009 07:10:13 GMT
x-archive-orig-server: lighttpd/1.4.20
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 25 Jan 2009 07:10:13 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 19 Sep 2008 16:46:54 GMT", ; rel="prev memento"; datetime="Fri, 23 Jan 2009 17:45:18 GMT", ; rel="memento"; datetime="Sun, 25 Jan 2009 07:10:13 GMT", ; rel="next memento"; datetime="Sat, 28 Feb 2009 02:38:53 GMT", ; rel="last memento"; datetime="Wed, 11 Mar 2009 00:37:24 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_20090125050624_crawl100-c/52_7_20090125070952_crawl101.arc.gz
server-timing: captures_list;dur=0.692096, exclusion.robots;dur=0.029378, exclusion.robots.policy;dur=0.013240, esindex;dur=0.014145, cdx.remote;dur=69.952372, LoadShardBlock;dur=476.788443, PetaboxLoader3.datanode;dur=440.325033, PetaboxLoader3.resolve;dur=488.485307, load_resource;dur=551.185075
x-app-server: wwwb-app223
x-ts: 200
x-tr: 1168
server-timing: TR;dur=0,Tw;dur=244,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
Product Lists
GetSatisfaction
Product Lists
- Previous: Product
- Up: Get Satisfaction Documentation
- Next: Reply
Product lists are represented as an unordered list of hProduct items. Please note that hProduct is just a proposal, and while we try to leverage the features of hProduct.
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>
version 5 as of 9 months ago by Scott Fleckenstein
- Previous: Product
- Up: Get Satisfaction Documentation
- Next: Reply
Docs Navigation
© Copyright 2008 Get Satisfaction. All rights reserved.

Draft
Comments