Developers API Methods wizehive.questions.getList
wizehive.questions.getList
Gets a list of questions.
Authentication
This method requires authentication.
Arguments
api_key (Required) Your API application key. See here for more details. ws_id (Optional) Id of the workspace you want the list of questions for. pg_id (Optional) Id of the page you want the list of questions for. page (Optional) Page number of list. per_page (Optional) Questions per page (default 30).
Example Response
<questions> <question id="1" created="2008-10-30 23:27:11" createdBy="mcarlson" workspace="Camping" workspace_id="1" page="Locations" page_id="2" status="Open"> Would you guys prefer the North or the South of the lake? </question> </questions>
Error Codes
98: Login failed / Invalid auth token The login details or auth token passed were invalid. 100: Invalid API Key The API key passed was not valid or has expired. 112: Method "xxx" not found The requested method was not found.