The Deal Sync API supports the following filter parameters.

ParameterDescriptionType
seatidOnly returns deals for the specified seat IDstring
startdateOnly returns deals with start date ≥ specified start datedatetime (ISO-8601)
enddateOnly returns deals with end date date ≤ specified end datedatetime (ISO-8601)
updatedatOnly returns deals that have been updated at a specific datedatetime (ISO-8601)
sellerstatusOnly returns deals that have specified a particular sellerstatus field:

  • INACTIVE
  • ACTIVE
  • PAUSE

E.g. api.freewheel.tv/demand/v1/deals?sellerstatus=ACTIVE
string

The relationship among these filter parameters is a Logical AND.

Sample URLs with Filter Parameters