Can you add the ability to work with approvals in the API. Currently I upload tasks to different features via my own webapplication. I would like the ability to turn some of these tasks into approvals instead so it more aligns with the process our team is running.
Thank you for the idea!
We just added the ability to create an approval to-do via the API. When creating a to-do use:
Param name = type
With options = Task
or Approval
We will leave this idea open to gauge the need for full support of approvals in the API.
That was really quick, worked like a charm. Thanks!