Idea Votes REST Endpoints

Product Lifecycle Management/Ideas/Idea Votes
The Idea Votes resource manages the votes for an idea. The values are Like or Dislike.
Create a vote
Method: post
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaVote
Delete a vote
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaVote/{IdeaVoteId}
Get all votes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaVote
Get one vote
Method: get
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaVote/{IdeaVoteId}
Update a vote
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaVote/{IdeaVoteId}