- Type: GET or POST
- Endpoint:
/api/v4/respondents/review/<publishable_key>
There is a JavaScript portion of this integration (below) that is required for the copy/paste and timestamp functionality.
GET vs POST
- GET
- POST
There is a cap on the number of characters that can be sent on a GET call.
Input Parameters
Required
Recommended
Recommended Response Parameters
Additional Response Parameters
Response Example
Enabling the Copy/Paste JavaScript Library
The copy/paste and timestamp functionality requires the REVIEW JS library. Include it on the page header:scReviewLib with your environment, publishable key, an element-ID object, and the four listeners (pageLoadListener, copyPasteListener, textEventListener, submitEventListener):