Hello,
I am trying to create a task under a workspace in Asana.
Payload i have prepared to push to Asana:
{“data”:{“workspace”:{“resource_type”:“workspace”,“name”:“cm-focus.com”,“id”:967840855208084,“gid”:“967840855208084”},“notes”:“Creative Update notes”,“name”:“Creative Updates”,“assignee”:[{“resource_type”:“user”,“name”:“Pradip”,“id”:967839896278404,“gid”:“967839896278404”}]}}
But i am getting a error message as response :
{“errors”:[{“message”:“workspace: Not a valid GID type: “object”.”,“help”:“For more information on API status codes and how to handle them, read the docs on errors: https://asana.com/developers/documentation/getting-started/errors”}]}
I am not able to understand the reason as all the details available in the payload is correct.
Any kind of help on this is highly appreciated.