Skip to main content
GET
/
telemapper
/
roadshowEventsLog
Roadshow Event Logs
curl --request GET \
  --url https://tmextapidev.estream.com/index.cfm/telemapper/roadshowEventsLog
{
  "message": "Successfully retrieved data",
  "code": 200,
  "success": true,
  "data": [
    {
      "log": [
        {
          "afterValue": {
            "value": "08/28/2025 12:00:00 AM"
          },
          "beforeValue": {
            "value": "12/31/2025 12:00:00 AM"
          }
        }
      ],
      "actionType": "Update",
      "eventId": 385800,
      "modifiedDate": "08/28/2025 7:45 AM",
      "eventEndDate": "08/28/2025",
      "changeType": "endDate",
      "logId": 574080,
      "eventStartDate": "02/14/2024"
    }
  ]
}

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.