Contest API

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search
(New page: <font style="color: red; font-style: italic;">Contest API calls will not be available until September 2010.</font> {{Logo}} API Home Page <div class="api_table"> {| |- | [[Enter Conte...)
Line 28: Line 28:
| [[Vote on a Contest Entry]]
| [[Vote on a Contest Entry]]
| POST /v1/{apikey}/contest/entry/{entryId}/vote
| POST /v1/{apikey}/contest/entry/{entryId}/vote
 +
|
 +
|-
 +
| [[Send a Contest Entry Link]]
 +
| POST /v1/{apikey}/contest/entry/{entryId}/send_a_link
|
|
|-
|-

Revision as of 02:33, 27 July 2010

Contest API calls will not be available until September 2010.

API Home Page

Enter Contest POST /v1/{apikey}/contest/entry
Fetch a Contest Entry GET /v1/{apikey}/contest/entry/{entryId}
Get All Contest Entries for a Profile GET /v1/{apikey}/profile/{profileId}/contest/entry
Rate a Contest Entry POST /v1/{apikey}/contest/entry/{entryId}/rate
Tattle on a Contest Entry POST /v1/{apikey}/contest/entry/{entryId}/tattle
Vote on a Contest Entry POST /v1/{apikey}/contest/entry/{entryId}/vote
Send a Contest Entry Link POST /v1/{apikey}/contest/entry/{entryId}/send_a_link
Browse Contest Gallery GET /v1/{apikey}/contest/gallery
Fetch Contest Leaderboard GET /v1/{apikey}/contest/most-popular
Fetch Profile Contest History GET /v1/{apikey}/profile/{profileId}/contest/history

The ePrize contest service provides an API for hosting an essay, photo, or video contest, with submission, rating, and voting capabilities.

Personal tools