Hi,
From the documentation in the user guide, the response for the GET on a task does not seem to indicate if a form is attached to it or not.
It appears that another call is to be made to /form/form-data passing in the taskId to retrieve any form data that might be attached to the task. A 404 on this tells us if no form was defined for the task.
Q : Is this the way to go about determining if a form is attached to a task or not?
Q : Is there a nicer way, by which I can avoid making the 2nd API call?
Suggestion: If there is a flag in the GET of a task response, would it not be handy and avoid the 2nd call.
Regards,
Vinod