ipOne API Documentation


survey/surveys

Important:  An API Key is required to work with these API Calls

List all Survey IDs and date modified

Sample Request

http://api.verifiapp.com/survey/surveys/{API-KEY}

Sample Response

{ result: "success" -results: [ -{ id: "1" modified: "2011-05-27 08:23:51" } -{ id: "2" modified: "2011-05-27 08:25:04" } -{ id: "4" modified: "2011-06-03 10:36:36" } -{ id: "6" modified: "2011-06-09 20:06:58" } ] }

Successful Response Reference

A successful response will return the following items in a JSON array

Preference Description Default value Notes
result success    
results An array containing the following information:    
  id The unique survey ID    
  modified The date the survey was last modified   Format : yyyy-mm-dd hh:mm:ss

Unsuccessful Response Reference

A unsuccessful response will return the following items in a JSON array

Preference Description Sample response
result error  
error The specific error is described in the response Invalid API Key