ive figured out the basics of AtTask api's, login, grabbing session id, etc, but haven't figured out how to log time against a task or project yet.
sniffing the actual website i see we hit https://my_site.attask-ondemand.com/update/logTime
with an ID
of my task and objCode=TASK
which makes sense.
but then there is dataList
with some kind of hashed object and the date and hours ive entered.
I can't find anything about these methods/how to do it from REST api on the developer site, so was hoping someone somewhere could help me