box api - How to know the ID of the comment for a reply? -


i trying list of comments , replies on these comments added file using box api v2. , using request: string.format("/files/{0}/comments?fields=id,is_reply_comment,message,created_by,created_at,item,entries", fileid),

but problem in returned data "item" refering file , not comment reply added to.

http://developers.box.com/docs/#files-view-the-comments-on-a-file

i can comments , replies, can't link reply right comment.

the comment object returned in order, , there never more 1 level of nesting e.g.

comment      reply_comment      reply_comment      reply_comment      reply_comment  comment  comment 

the parent field refer file comment on.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -