Feedback widgetsWidgetidResponses
List feedback responses
Authorization
BearerAuth AuthorizationBearer <token>
Use an API key from the Produktly dashboard → Settings → API keys.
In: header
Path Parameters
widgetId*integer
Range
0 < valueQuery Parameters
limit?integer
Range
0 < value <= 100Default
50offset?|
Range
0 <= valueDefault
0startDate?string
endDate?string
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/feedback-widgets/1/responses"{ "data": [ { "id": 0, "type": "string", "optionName": "string", "emoji": "string", "message": "string", "email": "string", "name": "string", "fromUrl": "string", "createdAt": "2019-08-24T14:15:22Z" } ], "pagination": { "total": 0, "limit": 0, "offset": 0 }}Update a feedback widget PATCH
Only the fields you send are changed. settings are merged over stored settings; targeting and options (whether passed directly or via optionsPreset) replace wholesale. Live widgets can be edited, but an update that would leave one unpublishable (no options or no targeting) returns 400; set active: false first to take it down.
List micro surveys GET
Next Page