We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

umor's avatar
umor
Explorer | Level 4
6 years ago

Error in Auditlog API with start date parameter

Hello, I am facing issue while verifying Curl Dropbox API in json for audit logs by specifying start time and end time, Kindly help me to solve this issue curl -X POST https://api.dropboxapi.com/...
  • Здравко's avatar
    6 years ago

    Hi umor,

    Can you clarify, why you expect that parameters "start_date" and "end_date" are available? As far as I can see in documentation only available are "limit", "account_id", "time" and "category". :thinking:

    If you want to use "start_date" and "end_date", have to 'catch' them in "time" parameter. (format="%Y-%m-%dT%H:%M:%SZ") :wink:

    Hope this helps.