We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Description: Return number of votes, skips, uploaded_ideas, or bounces for each visitor Format: XML URL: GET /visitors.xml?object_type=votes Parameters:
Returns: Array of visitor objects
<?xml version="1.0" encoding="UTF-8"?> <visitors type="array"> <visitor> <id>14257a020c997c43d0cce2fe88d5aa1a</id> <votes-count>6</votes-count> </visitor> ... </visitors>
Notes: