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":"933f1397-8201-419f-a01d-eb7931ea911f","url":null,"answerId":"836478e4-2098-453f-85e8-9f7fd568e048","answerUrl":null,"userId":"b91d04c5-5519-4895-9144-950ff6c5a6bc","userUrl":null,"rating":10,"creationDateTime":"2026-06-21T18:04:39.2114594+00:00","lastModifiedDateTime":"2026-06-22T18:04:39.2114594+00:00"},{"id":"3c612a2c-229d-4274-b8a3-836ca7c0584e","url":null,"answerId":"79fb73f8-b9ba-40a0-970b-8bd9b6426b49","answerUrl":null,"userId":"e46217a5-9084-4364-b8d0-58b3cd877463","userUrl":null,"rating":13,"creationDateTime":"2026-06-21T18:04:39.2114594+00:00","lastModifiedDateTime":"2026-06-22T18:04:39.2114594+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