Skip to main content
GET
/
scc_roadshowSchedulesLog
cURL
curl --request GET \
  --url https://tmextapidev.estream.com/index.cfm/scc_roadshowSchedulesLog
{
  "total": 2,
  "code": 200,
  "success": true,
  "data": [
    {
      "retailerName": "Retailer A",
      "eventStatus": "Approved",
      "eventId": 1234,
      "isRoadShow": true,
      "event": {}
    }
  ]
}

Query Parameters

token
string
required
asOfDate
string
required
dateFormat
string
timeFormat
string
roadShowOnly
boolean
eventIds
string
endDate
string
officeId
integer

Response

200 - application/json

Success

The response is of type object.