Returns all the Ideas (based on the filter and sorting model)
Parameters
Name
Type
Description
username
String
The account username
password
String
Account Password
portalId
Integer
The Portal ID
categoryId
Integer
The Category ID (Pass -1 for all Categories)
sortMode
Integer
0 - Recent, 1 - By Vote Count
Return
Type
Description
Idea[] (Array)
An array of Idea objects - Idea is a Complex Type. See the WSDL for details on the Idea type. NOTE - The system will only return 10 rows by default for performance considerations.
surveyconsole.GetSurveyNames
Returns all the Active Surveys for the Account
Parameters
Name
Type
Description
username
String
The account username
password
String
The account password
Return
Type
Description
String[] (Array)
The Surveys for the account
surveyconsole.CreateEmailAddressGroup
Creates a New Email Address Group. An Email Address Group is holder for storing email addresses. Use the groupCode for subsequent calls related to sending surveys etc.
Parameters
Name
Type
Description
username
String
The account username
password
String
The account password
groupName
String
The display name for the group
groupCode
String
The code for the group. Use this code for subsequent address-book related calls
Return
Type
Description
Integer
0 - Successful
999 - Internal Server Error
surveyconsole.GetSurveyTrackingURL
Returns the Unique URL to the Survey along with the necessary tracking information
The code for the group. If a Group with this code already exists then the email address will be added to this group. If not, then a new group with this code will be created (See also surveyconsole.CreateEmailAddressGroup)