DEALINIUM REST API Method: deals daily_deal_history

<< Back to LocalBooking API Documentation

LoacalBooking REST API Method: deals/daily_deal_history

Returns the last 10 deals of the day (currently only in NYC).


URL:

http://api.dealinium.com/deals/daily_deal_history.format

Formats

json, xml, rss

HTTP Method(s)

GET

Requires Authentication

No

Parameters

  • city (Optional): Filter your query by city. City Code
  • category (Optional): Filter your query by category. The categories must be separated by a comma and upper case. Category Code
  • count (Optional): Specifies the number of deals to retrieve. May not be greater than 10.

Response

<?xml version="1.0"?>
<response>
    <status>
        <code>300</code>
        <request>deals.daily_deal_history</request>
        <message>No deal</message>
    </status>
</response>