Get time log by date range
Hi Zoho Project,
I can manage get time log via API. For example:
<html>
<head>
<title>Zoho get time log</title>
</head>
<body>
<form method="post" action="https://projects.zoho.com/portal/cohesion/api/private/xml/logs?apikey=24b8ce1e2877021111dc5c4f808cf1c&ticket=4a9ef27c9ad89341140dd40a30b1db3b">
Project Id <input type="text" name="projId" size="50" value="aca9ba8c0e6b20112e9dbad9c282fc72b882d17df01267ac"/><br />
<input type="submit" value="Get User Timelog">
</form>
</body>
</html>
It will return ALL you logged time for this task. So what do you do if you just want to output, e.g., one week timesheet rather than ALL? Does Zoho Projects API offer a date/time range as the parameters in get log time operation?
Thanks,
- Terrence