< back to index

HTTP request

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

Required Parameters

Parameter name Value Description
voter_device_id string An 88 character unique identifier linked to a voter record on the server
api_key string (from post, cookie, or get (in that order)) The unique key provided to any organization using the WeVoteServer APIs
liked_item_we_vote_id_list[] stringlist Get all the likes for all liked_item_we_vote_id's in this list.

Response

{
  "status": string,
  "success": boolean,
  "reaction_like_list": list
   [
     "liked_item_we_vote_id": string,
     "voter_display_name": string,
     "voter_id": number,
     "voter_we_vote_id": string,
   ],
}

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. A valid voter_id was not found.
REACTION_LIKE_FOUND_WITH_VOTER_ID_AND_POSITION_ID
UNABLE_TO_RETRIEVE-LIKED_ITEM_WE_VOTE_ID_MISSING

Try It Now: API Variables

The likes from voters associated with various items requested.

Parameter name Value  
voter_device_id:

(opens in new window)