cURL
curl --request GET \ --url https://tmextapidev.estream.com/index.cfm/scc_roadshowSchedules
{ "total": 2, "code": 200, "success": true, "data": [ { "retailerName": "Retailer A", "eventStatus": "Approved", "eventId": 1234, "isRoadShow": true, "event": {} } ] }
Success
The response is of type object.
object
Was this page helpful?