Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Answer Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedback
https://api.uat.relesystest.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":"02f6ce4c-6675-4e15-ad8a-f73069b34350","url":null,"answerId":"13a12741-19c0-49aa-818e-ac5e8e0d688f","answerUrl":null,"userId":"36f7d317-985f-41f7-9c23-0bf2211d7d18","userUrl":null,"rating":10,"creationDateTime":"2026-04-14T18:16:47.3731999+00:00","lastModifiedDateTime":"2026-04-15T18:16:47.3731999+00:00"},{"id":"e37c9a0e-90a9-4a33-bf2c-9e94cdc41c9d","url":null,"answerId":"11aba777-a810-42de-a35b-3e7fa5469d1f","answerUrl":null,"userId":"d5cb2b3c-adc8-498b-ba2b-93363bd4087d","userUrl":null,"rating":13,"creationDateTime":"2026-04-14T18:16:47.3731999+00:00","lastModifiedDateTime":"2026-04-15T18:16:47.3731999+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