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":"7a5b4335-64b9-4194-b15f-4146eeb05af0","url":null,"answerId":"c1f4904a-bf41-4dac-a42b-fb0a77d82537","answerUrl":null,"userId":"3d196d75-ec0f-41c7-9af6-d4ce2baab4f9","userUrl":null,"rating":10,"creationDateTime":"2026-02-17T15:59:02.498332+00:00","lastModifiedDateTime":"2026-02-18T15:59:02.498332+00:00"},{"id":"8b431a2a-9103-415e-813f-a84cd0c2e204","url":null,"answerId":"b278ef59-a401-4aec-b1a5-4fcaedeaceee","answerUrl":null,"userId":"ebdc94f8-5764-4a78-8f2d-ed89121bce36","userUrl":null,"rating":13,"creationDateTime":"2026-02-17T15:59:02.498332+00:00","lastModifiedDateTime":"2026-02-18T15:59:02.498332+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