Maybe I'm an idiot, but there are several things that I quite
apparently don't understand:
1. In the Developer Space, my Zoho Account shows: ZSC Key :
58ce85e37ff06669de6bb021c1f821f7 and a button to regenerate it
So....
1. What is the API ZSC Key for, and does it factor into the
problems described below?
2. Will that browser-generated AUTHNUM actually be permanent until
I accidently refresh it, then all my overnight scripts will fail until
I change the AUTHNUM to the newly generated one?
Calling with PHP and curl_exec
2. Then, extending that example to process each of the projects returned
3. The first curl_exec for one of the returned projects Timesheets
fails with "Input Parameter Does not Match the Pattern
Specified" (already asking about that at
this topic)
4. All following Timesheet requests fail with "Invalid Ticket"
What am I doing wrong? I want to get a list of projects, then for
each, get all the timesheet entries - I'm sure I'm not the
first person to need this.