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":"5a9d91f5-5eb9-49a3-b317-19b9d1e7d99d","url":null,"answerId":"f812c9cc-c12d-4178-b4cb-8fa23c58a0fa","answerUrl":null,"userId":"5582d0f7-92c8-4bbb-9b42-3d797aa942c1","userUrl":null,"rating":10,"creationDateTime":"2026-01-05T13:16:20.7995092+00:00","lastModifiedDateTime":"2026-01-06T13:16:20.7995092+00:00"},{"id":"c2679a94-d4ae-424b-852e-82043c1e3d92","url":null,"answerId":"5310ee00-7805-477d-9126-f53366839fb6","answerUrl":null,"userId":"8b089451-cb6d-4898-a6ca-29302eb8312a","userUrl":null,"rating":13,"creationDateTime":"2026-01-05T13:16:20.7995092+00:00","lastModifiedDateTime":"2026-01-06T13:16:20.7995092+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