List all translation comments

GET {{baseUrl}}/v1/articles/:article_id/translations/{locale}comments

This API lists a particular number of comments recorded on an article translation, based on the limit specified.

OAuth Scope

  • Desk.articles.READ

Request Params

KeyDatatypeRequiredDescription
fromstringIndex number starting from which the comments must be fetched
limitstringNo. of comments to fetch
sortBystringSort comments by the commentedTime attribute. The default sorting order is ascending. A - prefix denotes descending order of sorting.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"data":[{"modifiedTime":null,"commentedTime":"2017-01-24T19:29:22.000Z","isPublic":false,"id":"4000000530039","contentType":"plainText","commenterId":"4000000008692","content":"second article comment","commenter":{"firstName":"Jade","lastName":"Tywin","photoURL":"https://desk.zoho.com/api/v1/agents/4000000008692/photo?orgId=292828","name":"Jade Tywin","roleName":"LightAgent","type":"AGENT","email":"jade12tywin@zylker.com"}},{"modifiedTime":"2017-01-24T19:29:59.000Z","commentedTime":"2017-01-24T19:28:35.000Z","isPublic":false,"id":"4000000530037","contentType":"html","commenterId":"4000000008692","content":"first article comment edit","commenter":{"firstName":"Jade","lastName":"Tywin","photoURL":"https://desk.zoho.com/api/v1/portalUser/4000000008692/photo?orgId=292828","name":"Jade Tywin","roleName":"PortalUser","type":"END_USER","email":"jade12tywin@zylker.com"}}]}