XF 2.1 API: Vote in Poll

Zambfd

Member
Hi,

is there any possibility to use the API endpoints (e.g. POST /threads/{id}/) to perform a vote in an existing quick poll?

Regards
 
Two years later - I'll rephrase the question. ^^
When, or can we even expect the API to support this feature one day?
 
:rolleyes: :sneaky:

e.g.
POST /threads/{id}/vote/
Param: response_id[] (List/Array cause of multi vote polls).

OR

POST /poll/{id}/
Param: response_id[] (List/Array cause of multi vote polls)

I also miss the general possibility to withdraw votes. ^^
 
Top Bottom