How can I get commit line comments (discussions) using the API?

Hi Everyone!

I engaged in supporting development so I need to analyze problems during merge requests. Espesially comments to lines of a changed code that appears like discussions on merge requests.
Is there any way to GET a single line comment specifying with a line number to which it was posted? I’ve found the API command to POST a line commit comment but nothing about gettin back an information about it.
In a few words, how can I found to what line the comment was posted using the GitLab API?

Thank You

Hello,

I can see you have reviewed http://docs.gitlab.com/ee/api/commits.html#get-the-comments-of-a-commit from your post, comments of a commit can be retrieved and not a commit line through through API. Can you please create an issue at https://gitlab.com/gitlab-org/gitlab-ce/issues with details? I will follow it up.