Closed BadAtDax closed 1 month ago
Please see the example given in the documentation regarding start/end times.
Thank you @m-kovalsky. I reviewed the docs you linked and the format looked like it aligned with mine. What I didn't realize is that I have to ensure that my datetime window is within the same UTC day:
Ensuring my start and end datetime are within the same day fixed my issue.
Cheers
Describe the bug New
admin.list_activity_events
returns BAD RESPONSE 400 error message.To Reproduce Steps to reproduce the behavior:
pip install semantic-link-labs
In new code cell, run the following code block:
Expected behavior Data is returned to a pandas dataframe and displayed
Error message returned
Desktop (please complete the following information):
Additional context I noticed that the base url variable in the function definition for
list_activity_events
probably needs to remove the first character/
, however I made that change in a custom defined version of this function and I am still not able to get it to return anything other than this error response.