v2
OpenAPI 3.1.02026-07-263411923.0 MBIdea votes
Create an idea vote for a user, using the vote limits of an idea portal
"Idea votes" in the web interface are referenced as "idea endorsements" from API endpoints.
post/ideas/{idea_id}/endorsements?idea_portal_id={idea_portal_id}
Path parameters
idea_idstring required
IdeaId identifier
idea_portal_idstring required
IdeaPortalId identifier
Query parameters
idea_portal_idstring
Request body
Example request
{
"idea_endorsement": {
"value": 123.45
}
}Response
Successful operation