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":"b3a4fcad-0d87-4096-b5b4-f490d684345f","url":null,"answerId":"17d12966-480d-421f-ad0f-1b00bb6eec99","answerUrl":null,"userId":"b0c57e55-6b8a-49d4-82b7-cf4a180525a2","userUrl":null,"rating":10,"creationDateTime":"2025-11-26T00:45:35.4146259+00:00","lastModifiedDateTime":"2025-11-27T00:45:35.4146259+00:00"},{"id":"d0d84114-64f0-46b0-b5cc-a07e10495419","url":null,"answerId":"509fbefa-c542-4602-bd9a-4b0f8e5abc09","answerUrl":null,"userId":"1ae2fcce-7f5b-43a3-810f-4027ba46f38a","userUrl":null,"rating":13,"creationDateTime":"2025-11-26T00:45:35.4146259+00:00","lastModifiedDateTime":"2025-11-27T00:45:35.4146259+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