API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.
Zoom Operation Logs Endpoint
Description
Details on your question, workflow or the problem you’re trying to solve.
I’m working in ingesting Zoom logs and I’m trying to ensure we’re not duplicating logs. It appears that there’s no unique identifier for each log other than the timestamp.
I’m wondering if the millisecond timestamp offers enough granularity to be a unique identifier? If a user performs a two actions at the same time, is it possible there will be two identical logs?
If timestamps are not unique, I’m considering creating an index of the position of the log within each page and I’m wondering when the data settles for Zoom’s REST API? From testing, it appears that new logs are added to the beginning to the response. Will there ever be a situation where logs will be added to another position in the list, or are new events always prepended?
Thanks!