Idea Comments REST Endpoints

Product Lifecycle Management/Ideas/Idea Comments
The Idea Comments resource manages the comments for an idea.
Create a comment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaComment
Delete a comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaComment/{IdeaCommentId}
Get all comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaComment
Get one comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaComment/{IdeaCommentId}
Update a comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaComment/{IdeaCommentId}