Versions Compared
Version | Old Version 6 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Table of contents | |
---|---|
|
Warning |
---|
This edge is only active for the instances that have the survey module active. If it's not active, all endpoints will return a success = 0 message. |
Getting the default feedback survey
Returns the default feedback survey link.
Warning |
---|
This endpoint can only be used after setting a default survey using the root account on the platform. If no default survey is set, the endpoint will return a success = 0. |
Info | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
Request
Expand | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Response
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Assigning / getting the scale for the user
Returns the survey data for the currently assigned scale or assigns a new one if a link is given.
Info | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
Request
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Response
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Responding to a survey
Info | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
Request
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Response
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Canceling a survey
Cancels the survey answers for the given instance
Warning |
---|
This endpoint only works for type = 2 surveys |
Info | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
Request
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Response
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request Endpoint: /survey/save | Status | colour | Green | title | POST | Only logged in:
Account privilege restriction: Any privilege | Headers: Expand |
Parameters: Expand | Parameter | Required | Type | Description | instance_id | Status | subtle | true | colour | Green | title | YES | Integer | Instance ID given at the Get scale for user endpoint. | items | Status | subtle | true | colour | Green | title | YES | Array of answer objects | Array of answer objects with the survey responses. Answer object description: Parameter | Required | Type | Description | id | Status | subtle | true | colour | Green | title | YES | Integer | Survey item ID | actual_answer | Status | subtle | true | colour | Red | title | NO | Integer | Survey answer ID Used when the answer array is not empty when getting the survey data - Fixed answer question actual_value | Status | subtle | true | colour | Red | title | NO | String | Survey answer - Plain text Used when the answer array is empty when getting the survey data - Open response question |