cancel
Showing results for 
Search instead for 
Did you mean: 
hatzegopteryx
New Member

API: fetching webinars fromTime does not work

Hi,
 
I am trying to use the new api for the endpoint:
/organizers/{organizerKey}/webinars
 
There is a parameter fromTime and I receive the data for webinars as follows:
{
    "webinarKey": "xxxxxxxxxxxx",
    "webinarId": "zzzzzzzzzzzz",
        ...
        "times": [
          {
                "startTime": "2018-03-15T19:00:00Z",
                "endTime": "2018-03-15T20:00:00Z"
          }
    ],
        ...
}
 
I add one second to the above startTime and I send another request, but I receive the above webinar again.
 
I have the following question:
what datetime should I use to get the webinar(s) I don't have?
 
1 REPLY 1
AshC
Retired GoTo Contributor

Re: API: fetching webinars fromTime does not work

Hi there,

For API related inquiries, please reference our developer center guidelines and use the inquiry template here: https://goto-developer.logmeininc.com/api-support-request-template 

 


Ash is a member of the LastPass Community Care Team.

Was your question answered? Please mark it as an Accepted Solution.
Was a post helpful or informative? Give it a Kudo!