hi ,
I’m having a problem using the API
when i want to know who the user is that created the task , i go from ‘get /tasks/{task_gid}’ and ‘get /tasks/{taskid}/stories’
could not find to create this field
pls let me know, thinks.
You don’t need to use the stories object, you can get it from the task itself. It’s missing from the documentation (cc: @Ross_Grambo) but there is a created_by field on the task object. You’ll need to use the opt_fields=created_by parameter to retrieve it.