HTTP request
GET https://api.wevoteusa.org/apis/v1/organizationDailyMetricsSyncOut (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. If not provided, a new voter_device_id (and voter entry) will be generated, and the voter_device_id will be returned. |
Optional Parameters
| Parameter name | Value | Description |
| starting_date_as_integer | integer | The earliest date for the batch we are retrieving. Format: YYYYMMDD (ex/ 20200131) (Default is 3 months ago) |
| ending_date_as_integer | integer | Retrieve data through this date. Format: YYYYMMDD (ex/ 20200228) (Default is right now.) |
| return_csv_format | boolean | If set to true, return results in CSV format instead of JSON. |
Response
[{
"id": integer,
"authenticated_visitors_today": integer,
"authenticated_visitors_total": integer,
"auto_followers_total": integer,
"date_as_integer": integer,
"entrants_visiting_ballot": integer,
"followers_total": integer,
"followers_visiting_ballot": integer,
"issues_linked_total": integer,
"new_auto_followers_today": integer,
"new_followers_today": integer,
"new_visitors_today": integer,
"organization_public_positions": integer,
"organization_we_vote_id": integer,
"visitors_today": integer,
"visitors_total": integer,
"voter_guide_entrants": integer,
"voter_guide_entrants_today": integer,
}]
Try It Now: API Variables
Allow people with Analytics Admin authority to retrieve organization daily metrics information for data analysis purposes.