HTTP request
GET https://api.wevoteusa.org/apis/v1/voterAllBookmarksStatusRetrieve (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 |
Response
{
"success": boolean,
"status": string,
"bookmark_list": list
[
"ballot_item_we_vote_id": string,
"bookmark_on": boolean,
],
}
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. |
Try It Now: API Variables
A list of the office, candidate, or measure bookmark status for this voter.