Contest API

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
{|
{|
|-
|-
-
| [[Enter Contest]]
+
| [[Get Survey Info For Profile]]
-
| POST /v1/{apikey}/contest/entry
+
| GET /v1/{apikey}/profile/{id}/survey/{surveyId}
-
|
+
| Returns information about a survey for a specific profile
|-
|-
-
| [[Fetch a Contest Entry]]
+
| [[Get Next Survey For Profile]]
-
| GET /v1/{apikey}/contest/entry/{entryId}
+
| GET /v1/{apikey}/profile/{id}/survey
-
|
+
| Gets the next survey a profile can take
|-
|-
-
| [[Get All Contest Entries for a Profile]]
+
| [[Submit Survey]]
-
| GET /v1/{apikey}/profile/{profileId}/contest/entry
+
| POST /v1/{apikey}/survey/{surveyId}
-
|
+
| Submit survey answers
|-
|-
-
| [[Rate a Contest Entry]]
+
| [[Get Survey Info]]
-
| POST /v1/{apikey}/contest/entry/{entryId}/rate
+
| POST /v1/{apikey}/survey/{surveyId}
-
|
+
| Get non-profile specific survey info.
|-
|-
-
| [[Tattle on a Contest Entry]]
+
| [[Enumerate Surveys]]
-
| POST /v1/{apikey}/contest/entry/{entryId}/tattle
+
| GET /v1/{apikey}/surveys
-
|
+
| Get available surveys
|-
|-
-
| [[Vote on a Contest Entry]]
+
| [[Get Survey Summary]]
-
| POST /v1/{apikey}/contest/entry/{entryId}/vote
+
| GET /v1/{apikey}/survey/{surveyId}/summary
-
|
+
| Get a summary for a survey
-
|-
+
-
| [[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
+
-
|
+
|}
|}
</div>
</div>
The ePrize contest service provides an API for hosting an essay, photo, or video contest, with submission, rating, and voting capabilities.
The ePrize contest service provides an API for hosting an essay, photo, or video contest, with submission, rating, and voting capabilities.

Revision as of 21:53, 20 September 2010

Contest API calls will not be available until September 2010.

API Home Page

Get Survey Info For Profile GET /v1/{apikey}/profile/{id}/survey/{surveyId} Returns information about a survey for a specific profile
Get Next Survey For Profile GET /v1/{apikey}/profile/{id}/survey Gets the next survey a profile can take
Submit Survey POST /v1/{apikey}/survey/{surveyId} Submit survey answers
Get Survey Info POST /v1/{apikey}/survey/{surveyId} Get non-profile specific survey info.
Enumerate Surveys GET /v1/{apikey}/surveys Get available surveys
Get Survey Summary GET /v1/{apikey}/survey/{surveyId}/summary Get a summary for a survey

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

Personal tools