HTTP Routing Table

 
/agora
GET /agora/
POST /agora/
GET /agora/(int:agora_id)
PUT /agora/(int:agora_id)
DELETE /agora/(int:agora_id)
POST /agora/(int:agora_id)/action
GET /agora/(int:agora_id)/active_delegates
POST /agora/(int:agora_id)/add_comment
GET /agora/(int:agora_id)/admin_membership_requests
GET /agora/(int:agora_id)/admins
GET /agora/(int:agora_id)/all_elections
GET /agora/(int:agora_id)/approved_elections
GET /agora/(int:agora_id)/archived_elections
GET /agora/(int:agora_id)/comments
GET /agora/(int:agora_id)/members
GET /agora/(int:agora_id)/membership_requests
GET /agora/(int:agora_id)/open_elections
GET /agora/(int:agora_id)/requested_elections
GET /agora/(int:agora_id)/tallied_elections
PUT /agora/(int:election_id)/
 
/cast_vote
GET /cast_vote/(int:castvote_id)
 
/election
GET /election/
GET /election/(int:election_id)
POST /election/(int:election_id)/action
POST /election/(int:election_id)/add_comment
GET /election/(int:election_id)/all_votes
GET /election/(int:election_id)/cast_votes
GET /election/(int:election_id)/comments
GET /election/(int:election_id)/delegated_votes
GET /election/(int:election_id)/direct_votes
GET /election/(int:election_id)/votes_from_delegates
 
/search
GET /search/
 
/user
GET /user/
GET /user/(int:userid)/agoras/
GET /user/agoras/
POST /user/disable/
POST /user/login/
POST /user/logout/
GET /user/open_elections/
POST /user/password_reset/
POST /user/register/
GET /user/settings/
GET /user/username_available/
GET user/set_username/(string:username1);(string:username2);.../

This Page