Adding notes (via API) as a reply to an existing note
Hey there,
I'm looking to add a note/reply to an existing projects (note/update/comment/reply) using the API.
{
"noteObjCode": "PROJ",
"objID": <<PROJECT OBJ ID>>>,
"noteText": "Test message"
}
And this successfully comes through with the same outcome as "New comment" in the Workfront online interface.
I can't however work out how to add a note, to this note. i.e. The same outcome as "Reply".
Published Notes don't appear to have their own ObjIDs, and I've tried various versions of the ID, threadID, topObjID, etc, to no avail.
Any thoughts on how this can be achieved? e.g.
