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":"06cc000a-86b2-418e-be80-cff9c5cc2e3b","url":null,"answerId":"e13888c4-57c2-4c93-ad91-d5fafed45234","answerUrl":null,"userId":"d9bb296a-4858-42c3-ae7c-d0f412757a3e","userUrl":null,"rating":10,"creationDateTime":"2026-05-10T11:29:37.2443396+00:00","lastModifiedDateTime":"2026-05-11T11:29:37.2443396+00:00"},{"id":"68eebd84-1b83-4fb0-984c-e7c6b7f97860","url":null,"answerId":"84db7971-9fe7-484a-8c7d-0d3e4a75486d","answerUrl":null,"userId":"6d743d71-a891-45aa-8dd9-fbd90f8fd3ae","userUrl":null,"rating":13,"creationDateTime":"2026-05-10T11:29:37.2443396+00:00","lastModifiedDateTime":"2026-05-11T11:29:37.2443396+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