Error in Activity Log API
There seems to be an issue with the Activity Log API when setting an end time in the request. When there's no start or end time, I get a response. For example: curl -v -H Authorization:'bearer <token>' "https://api.domo.com/v1/audit?limit=5&offset=0" This works and gives the 5 most recent log events, in descending time…