Relesys API Docs

v1.3

https://api.relesysapp.net/api/v1.3

Answer Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedback
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/answerFeedback
Get the answer feedback for the form with ID formId.

Please note: This endpoint is only available if feedback is enabled on the module, the form and on the field itself.
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
moduleId string / guid required
formId string / guid required
Query String
answerId string / guid Filterable optional
creationDateTime datetimeoffset Filterable Sortable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
rating integer Filterable Sortable optional
userId string / guid Filterable optional
sort string Comma separated sort order based on sortable properties optional
offset integer Offset value for use in pagination Default: 0 optional
limit integer Total objects to fetch (max 1000) Default: 200 optional
Responses
application/json
JSON
{"count":2,"data":[{"id":"d5ed1104-14a2-43e0-8981-e10ea29fbde3","url":null,"answerId":"b0f70b6f-34db-48bc-b62f-143984473cd7","answerUrl":null,"userId":"fcf15b2b-9d16-430b-b9d1-987fff3c517f","userUrl":null,"rating":10,"creationDateTime":"2026-04-19T16:56:28.0760114+00:00","lastModifiedDateTime":"2026-04-20T16:56:28.0760114+00:00"},{"id":"a8dd581e-a7c1-4fb6-84f9-d263a4018e23","url":null,"answerId":"03224356-0a98-4a7a-8ee9-0f361cf67146","answerUrl":null,"userId":"2f16804e-2511-489c-b138-8e638648b15b","userUrl":null,"rating":13,"creationDateTime":"2026-04-19T16:56:28.0760114+00:00","lastModifiedDateTime":"2026-04-20T16:56:28.0760114+00:00"}]}
object
  count integer      
  data array[object]      
   answerId string / guid      
   answerUrl string      
   creationDateTime datetimeoffset      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   rating integer      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string