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":"750d29fe-a87a-4a02-90b2-00e9aeab7dce","url":null,"answerId":"399187bc-ae54-437f-b5fd-65d6b0086848","answerUrl":null,"userId":"8e47ac4a-61f9-4e72-84f9-80a6561e9cee","userUrl":null,"rating":10,"creationDateTime":"2025-07-16T20:39:45.801464+00:00","lastModifiedDateTime":"2025-07-17T20:39:45.801464+00:00"},{"id":"e392943b-b279-4cda-bc87-ae1f20e67d50","url":null,"answerId":"108fddfb-8287-4629-9e2d-4ff4bd0bc0c1","answerUrl":null,"userId":"9e0c2e46-5a75-42cb-8c4b-6af8f358f3a0","userUrl":null,"rating":13,"creationDateTime":"2025-07-16T20:39:45.801464+00:00","lastModifiedDateTime":"2025-07-17T20:39:45.801464+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