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":"d04d869c-b866-4e15-842b-a7667c2efbd5","url":null,"answerId":"73524a2c-31e0-439a-bdd9-e502d517a621","answerUrl":null,"userId":"1b59e0a8-edf7-4969-8a4f-d3d44fcbc07a","userUrl":null,"rating":10,"creationDateTime":"2026-03-30T11:03:29.5130549+00:00","lastModifiedDateTime":"2026-03-31T11:03:29.5130549+00:00"},{"id":"eb6b25f9-bff7-4150-8f17-ea940da8f809","url":null,"answerId":"29dcf902-8fa8-4159-b1d7-895bd7b6f2e5","answerUrl":null,"userId":"3a4fb916-95f6-4d2e-bd01-fa3fdaccf550","userUrl":null,"rating":13,"creationDateTime":"2026-03-30T11:03:29.5130549+00:00","lastModifiedDateTime":"2026-03-31T11:03:29.5130549+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