I have the APIKEY to export to CSV
https://timesheet-plugin.herokuapp.com/api/1/exportData.csv/?start=2020-09-29&Apikey="myapikey"
I tried a Get call using postman and a 400 bad request is returning
what am i doing wrong?
Thanks
HECTOR GARCIA
HGARCIA@TODO1.COM
Hi Hektor,
There seem to be extra slash at the end of the url before question mark, please try removing it, i.e.: https://timesheet-plugin.herokuapp.com/api/1/exportData.csv?start=2020-09-29&Apikey=myapikey
Note, no quotes around apikey also.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.