Forum Discussion

Kibernetes_2022's avatar
Kibernetes_2022
New Contributor
3 years ago

GoToWebinar API missing parameter

Hi, 

 

I need to get the "Interest Rate" and the "attentiveness" via API of every attendees.

 

Here's the list of parameter

 

[
   {
     "registrantKey": 0,
     "firstName": "string",
     "lastName": "string",
     "email": "string",
     "attendanceTimeInSeconds": 0,
     "sessionKey": 0,
     "attendance": [
                              {
                                "joinTime": "2019-08-24T14:15:22Z",
                                "leaveTime": "2019-08-24T14:15:22Z"
                             }
      ]
   }
]

 

We are not able to apply the  "Interest Rate" formula without the "attentiveness" param:

https://support.goto.com/webinar/help/how-do-i-contact-gotowebinar-customer-support-g2w090151

 

thanks,

GC