Argument
GET /api/site/:SITE_ID/argument
list all arguments for a siteGET /api/site/:SITE_ID/idea/:IDEA_ID/argument
list all arguments for one ideaGET /api/site/:SITE_ID/idea/:IDEA_ID/argument?sentiment=for?sentiment=for&withUserVote=1&withVoteCount=1
list all arguments for one idea where sentiment is 'for' include the number of votes on this argument include whether or not the current user has votedGET /api/site/:SITE_ID/idea/:IDEA_ID/argument/:ARG_ID
view one argumentPOST /api/site/:SITE_ID/idea/:IDEA_ID/argument
create an argumentPUT /api/site/:SITE_ID/idea/:IDEA_ID/argument/:ARG_ID
update one argumentPOST /api/site/:SITE_ID/idea/:IDEA_ID/argument/:ARG_ID/vote
toggle the current users vote for this argumentDELETE /api/site/:SITE_ID/idea/:IDEA_ID/argument/:ARG_ID
delete one argumentLast modified 1yr ago