Survey API
From ePrize Developers Wiki
(Difference between revisions)
(New page: <font style="color: red; font-style: italic;">Survey API calls will not be available until October 2010.</font> {{Logo}} API Home Page <div class="api_table"> {| |- | [[Get Survey Inf...) |
|||
(One intermediate revision not shown.) | |||
Line 19: | Line 19: | ||
|- | |- | ||
| [[Get Survey Info]] | | [[Get Survey Info]] | ||
- | | | + | | GET /v1/{apikey}/survey/{surveyId} |
| Get non-profile specific survey info. | | Get non-profile specific survey info. | ||
|- | |- | ||
Line 32: | Line 32: | ||
</div> | </div> | ||
- | The ePrize | + | The ePrize survey service provides an API for hosting an surveys, polls, trivia, quizzes, and personality tests. |
Current revision
Survey API calls will not be available until October 2010.
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 | GET /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 survey service provides an API for hosting an surveys, polls, trivia, quizzes, and personality tests.