Skip to main content
Planview Customer Success Center

Advanced Reporting API: Comments Endpoint

GET /io/reporting/export/comments

Returns all the card comments on boards that the authorized user has access to.

Resource URL

GET https://{accountname}.leankit.com/io/reporting/export/comments?token=xyzyz

See Export Parameters for more information on specifying response formats and other options.

Example Request

GET https://myaccount.leankit.com/io/reporting/export/comments?token=xyxyz

Response

The response is one row per card comment.

Column Description
Card ID  
Comment Text  
Comment Date  
Comment Posted By User ID  

Example Response

"Card ID","Comment Text","Comment Date","Comment Posted By User ID"
"270087200","<p>This is a comment.</p>",2017-11-06 04:55:58 PM,"62984826"
"572742330","<p>Another comment.</p>",2017-11-06 04:12:16 PM,"62984826"