Get poll listCopy Pageget https://voting.fansunitedapi.com/v1/pollsGet a list of polls Authentication: NoneQuery Paramsclient_idstringrequiredClient ID parameter.entity_idsstringA comma-separated list of entity ids (It cannot be combined with flags).flagsstringA comma-separated list of flags (It cannot be combined with entity_ids).keystringrequiredClient API keylanguagestringFilter Polls by language idlimitintegerDefaults to 10Maximum results returned. Cannot be zero or negative number.min_votesintegerDefaults to 0The minimum number of votes.sort_orderstringenumDefaults to DESCThe sort order of created_at date. Can be ASC or DESC. Default is DESC.ASCDESCAllowed:ASCDESCstart_afterstringID of the item after which the next page will start.statusstringenumThe status of the game. Can be ACTIVE or INACTIVEACTIVEINACTIVEACTIVEDELETEDAllowed:INACTIVEACTIVEDELETEDtitlestringThe value by which the title field will be searchedResponses 200Get a list of polls Authentication: None 400Bad request 404Resource not found 500Internal server errorUpdated about 1 year ago