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: postPath:
/fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaVote
- Delete a vote
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaVote/{IdeaVoteId}
- Get all votes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaVote
- Get one vote
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaVote/{IdeaVoteId}
- Update a vote
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/ideas/{IdeaId}/child/IdeaVote/{IdeaVoteId}