Needish API sales.view
Returns the given sale, including up to 100 questions ordered by ascending date of creation.
method url: http://api.needish.com/sales/view.format
Parameters
| id Required | The id of the sale requested. |
| limit Optional (default=20) | Limits the number of questions to retrieve. |
| page Optional (default=1) | The page to retrieve. |
| since Optional | Returns questions created after the specified date. |
Examples
Using curl
curl http://api.needish.com/sales/view.xml?api_key=<your_api_key>&id=76079
A Google Group has been created to discuss Needish API related topics. To keep updated with the API development, and discuss API related topics, suscribe to http://groups.google.com/group/needish-api
