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":"f4080111-b4fc-447b-82f9-42144266c025","url":null,"answerId":"536351c5-76d9-46c9-b04d-156d6347d8fd","answerUrl":null,"userId":"42ece6b3-dad5-41c8-86b9-82937e4c25f5","userUrl":null,"rating":10,"creationDateTime":"2026-08-09T15:42:18.5995197+00:00","lastModifiedDateTime":"2026-08-10T15:42:18.5995197+00:00"},{"id":"34e1d60b-357b-402f-955d-e4bd98ed36a4","url":null,"answerId":"1faa300a-f5fb-4a17-b23d-d57c3dfe4326","answerUrl":null,"userId":"53fd124a-1464-46b8-b0ae-a5acd24a28e5","userUrl":null,"rating":13,"creationDateTime":"2026-08-09T15:42:18.5995197+00:00","lastModifiedDateTime":"2026-08-10T15:42:18.5995197+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