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":"fcb11026-d6ad-4aec-b0e6-492aa31aebc5","url":null,"answerId":"26f2c7f6-7322-493b-aac9-c396f27df5c1","answerUrl":null,"userId":"26e52526-7937-4078-baa8-ced89a1cece3","userUrl":null,"rating":10,"creationDateTime":"2026-03-10T00:59:48.5472357+00:00","lastModifiedDateTime":"2026-03-11T00:59:48.5472357+00:00"},{"id":"5ff5fadc-98c3-4396-a0a2-c6897774a91c","url":null,"answerId":"6da5a6e3-c9b4-48eb-8f62-d6418ec9d1b4","answerUrl":null,"userId":"3e66cbed-0a80-450a-8c06-b6d02552a41b","userUrl":null,"rating":13,"creationDateTime":"2026-03-10T00:59:48.5472357+00:00","lastModifiedDateTime":"2026-03-11T00:59:48.5472357+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