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":"5b570f56-6268-4141-93d4-152c6db8982b","url":null,"answerId":"875a4888-22c6-4ff2-88ef-8ab4c22da9c0","answerUrl":null,"userId":"2ab92746-b794-436f-a636-92bc8f0f40e9","userUrl":null,"rating":10,"creationDateTime":"2025-10-12T19:52:47.0495223+00:00","lastModifiedDateTime":"2025-10-13T19:52:47.0495223+00:00"},{"id":"749a2bee-faa1-47f9-acaa-2216e9520d35","url":null,"answerId":"78798ead-af01-487a-902a-46ace81886c8","answerUrl":null,"userId":"bf9d3b56-30cf-4b35-9842-4ae3cb879117","userUrl":null,"rating":13,"creationDateTime":"2025-10-12T19:52:47.0495223+00:00","lastModifiedDateTime":"2025-10-13T19:52:47.0495223+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