Relesys API Docs

v1.4

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

Answer Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedback
https://api.relesysapp.net/api/v1.4/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":"5cfc3ff3-7af5-4c64-ae97-e3b5fdea9b89","url":null,"answerId":"45e5e351-a38d-44b8-8581-9616e97a4cd8","answerUrl":null,"userId":"3b2ce07b-9fcc-4122-957f-9c76bf760788","userUrl":null,"rating":10,"creationDateTime":"2026-05-30T14:34:59.9567351+00:00","lastModifiedDateTime":"2026-05-31T14:34:59.9567351+00:00"},{"id":"50523cf9-edb2-4a1b-8787-20af95e571f6","url":null,"answerId":"a572c6ea-100d-41b6-9de2-332893396f17","answerUrl":null,"userId":"08936180-15a7-488d-9a40-5bd5771ddd5e","userUrl":null,"rating":13,"creationDateTime":"2026-05-30T14:34:59.9567351+00:00","lastModifiedDateTime":"2026-05-31T14:34:59.9567351+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