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":"45a6f115-8e77-45da-b931-ebb81dbf03cf","url":null,"answerId":"232d77d7-d940-44fc-95d2-562387dd3f5a","answerUrl":null,"userId":"fa8241f7-b8c8-4ab3-9397-6c791a181222","userUrl":null,"rating":10,"creationDateTime":"2024-11-20T06:20:48.8786257+00:00","lastModifiedDateTime":"2024-11-21T06:20:48.8786257+00:00"},{"id":"1fa9bf93-8103-42f8-aa66-a719f78f1ca0","url":null,"answerId":"f984458a-6263-4135-9d6d-42e4ef5f127a","answerUrl":null,"userId":"77817019-56d2-4470-a3f5-b656a9747923","userUrl":null,"rating":13,"creationDateTime":"2024-11-20T06:20:48.8786257+00:00","lastModifiedDateTime":"2024-11-21T06:20:48.8786257+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