< back to index

HTTP request

GET https://api.wevoteusa.org/apis/v1/voterReactionLikeOffSave (Jump to "Try It Now")

Required Parameters

Parameter name Value Description
api_key string (from post, cookie, or get (in that order)) The unique key provided to any organization using the WeVoteServer APIs
voter_device_id string An 88 character unique identifier linked to a voter record on the server
reaction_like_id integer The id of the reaction entry.
liked_item_we_vote_id integer The position that the voter is liking.

Response

{
  "status": string (description of what happened),
  "success": boolean (did the save happen?),
}

Response Status Codes

Code Description
VALID_VOTER_DEVICE_ID_MISSING Cannot proceed. A valid voter_device_id parameter was not included.
VALID_VOTER_ID_MISSING Cannot proceed. Missing voter_id while trying to save.
DELETED_BY_VOTER_ID_AND_LIKED_ITEM_WE_VOTE_ID
DELETED_BY_REACTION_LIKE_ID
UNABLE_TO_DELETE_REACTION_LIKE-INSUFFICIENT_VARIABLES

Try It Now: API Variables

Remove a Like that the voter set on a position.

Parameter name Value  
voter_device_id:
reaction_like_id:
liked_item_we_vote_id:

(opens in new window)