Active with remarks |
---|
This application needs additional settings. Please follow the documentation below to create your own connection. |
The QuestionPro modules allow you to watch, create, update, list, retrieve, and delete the users, surveys, and responses in your QuestionPro account.
Prerequisites
-
A QuestionPro account
In order to use QuestionPro with Boost.space Integrator, it is necessary to have a QuestionPro account. If you do not have one, you can create a QuestionPro account at questionpro.com/a/showEntry.do.
Note | |
---|---|
The module dialog fields that are displayed in bold (in the Boost.space Integrator scenario, not in this documentation article) are mandatory! |
To connect your QuestionPro account to Boost.space Integrator you need to obtain the API Key from your QuestionPro account and insert it in the Create a connection dialog in the Boost.space Integrator module.
1. Log in to your QuestionPro account.
2. Click the survey for which you want to establish a connection > Integration > API > Get API Key.
3. Copy the API key to your clipboard.
4. Go to Boost.space Integrator and open the QuestionPro module’s Create a connection dialog.
5. In the Connection name field, enter a name for the connection.
6. In the API Key field, enter the API key copied in step 3. Select the server to connect and click Continue.
The connection has been established.
Lists all users from the organization.
Connection |
|
Limit |
Set the maximum number of users Boost.space Integrator should return during one scenario execution cycle. |
Gets the user’s information specified by ID.
Connection |
|
User ID |
Select the User ID whose details you want to retrieve. |
Creates a new user.
Connection |
|
Email Address |
Enter the email address of the user. |
Password |
Enter a password for the user. |
First Name |
Enter the first name of the user. |
Last Name |
Enter the last name of the user. |
Department ID |
Select (map) the Department ID to which the user belongs. |
User Type |
Select the user type:
|
Updates the user’s information specified by ID.
Connection |
|
User ID |
Select the User ID whose details you want to update. |
Email Address |
Enter the email address of the user. |
Password |
Enter a password for the user. |
First Name |
Enter the first name of the user. |
Last Name |
Enter the last name of the user. |
Department ID |
Select (map) the Department ID to which the user belongs. |
Deletes a user-specified by ID.
Connection |
|
User ID |
Select the User ID you want to delete. |
Lists all surveys for the specified user.
Connection |
|
User ID |
Select the User ID whose surveys you want to list. |
Limit |
Set the maximum number of surveys Boost.space Integrator should return during one scenario execution cycle. |
Lists all surveys for the specific folder.
Connection |
|
User ID |
Select the User ID whose folder’s surveys you want to list. |
Folder ID |
Select the Folder ID whose surveys you want to list. |
Limit |
Set the maximum number of surveys Boost.space Integrator should return during one scenario execution cycle. |
Gets survey information specified by ID.
Connection |
|
User ID |
Select the User ID whose survey’s details you want to retrieve. |
Survey ID |
Select the Survey ID whose details you want to retrieve. |
Creates a new user’s survey.
Connection |
|
User ID |
Select the User ID whose survey you want to create. |
Name |
Enter a name for the Survey. |
Folder ID |
Select the Folder ID to which you want to add the survey. |
Updates survey information specified by ID.
Connection |
|
User ID |
Select the User ID whose survey you want to create. |
Survey ID |
Select the Survey ID whose details you want to update. |
Name |
Enter a name for the Survey. |
Folder ID |
Select the Folder ID to which you want to add the survey. |
Deletes a survey by specified ID.
Connection |
|
User ID |
Select the User ID whose survey you want to delete. |
Survey ID |
Select the Survey ID you want to delete. |
Sends a survey invitation to the specified email addresses.
Connection |
|
User ID |
Select the User ID whose survey you want to delete. |
Survey ID |
Select the Survey ID you want to. |
Mode |
Select the survey mode in which you want to send the survey:
|
Emails |
Add the email addresses to whom you want to send the survey. |
Email Subject |
Enter the email subject line for the survey. |
Content |
Enter the email body message. |
Lists all responses for the specified survey.
Connection |
|
User ID |
Select the User ID whose survey responses you want to list. |
Survey ID |
Select the Survey ID whose responses you want to list. |
Limit |
Set the maximum number of responses Boost.space Integrator should return during one scenario execution cycle. |
Gets Survey response information specified by ID.
Connection |
|
User ID |
Select the User ID whose survey response details you want to retrieve. |
Survey ID |
Select the Survey ID whose response details you want to retrieve. |
Deletes a response specified by ID.
Connection |
|
User ID |
Select the User ID whose survey response details you want to delete. |
Survey ID |
Select the Survey ID whose response details you want to delete. |
Performs an arbitrary authorized API call.
Connection |
||||
URL |
Enter a path relative to
|
|||
Method |
Select the HTTP method you want to use: GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
|||
Headers |
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you. |
|||
Query String |
Enter the request query string. |
|||
Body |
Enter the body content for your API call. |