< back to index

HTTP request

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

Optional Parameters

Parameter name Value Description
voter_device_id string An 88 character unique identifier linked to a voter record on the server
sort_formula string Default is MOST_LINKED_ORGANIZATIONS A string constant that specifies the criteria which will be used to sort the issues. Other options are: ALPHABETICAL_ASCENDING

Response

[{
  "success": boolean,
  "status": string,
  "issue_list": list
   [
     "issue_we_vote_id": string,
     "issue_name": string,
     "issue_description": string,
     "issue_photo_url_large": string,
     "issue_photo_url_medium": string,
     "issue_photo_url_tiny": string,
   ],
}]

Try It Now: API Variables

Parameter name Value  
voter_device_id:
sort_formula:

(opens in new window)