Relesys API Docs

v1.2

https://api.relesysapp.net/api/v1.2

Answer Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedback
https://api.relesysapp.net/api/v1.2/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":"3748a3c6-d425-4c20-acaa-9db99aa81fb5","url":null,"answerId":"2d792d16-0f50-41ea-9642-d649c47aa0f1","answerUrl":null,"userId":"4232b6c4-237d-4739-897d-44bd9bd6ac49","userUrl":null,"rating":10,"creationDateTime":"2024-04-27T16:44:02.2142733+00:00","lastModifiedDateTime":"2024-04-28T16:44:02.2142733+00:00"},{"id":"59eb5f8d-1ca1-4ba0-a0c8-52999f0c7fb0","url":null,"answerId":"ae1aecfe-1a99-4cc9-814f-16b93557c738","answerUrl":null,"userId":"8ac4ceb2-7981-4f1c-9b0d-303df23f90e1","userUrl":null,"rating":13,"creationDateTime":"2024-04-27T16:44:02.2142733+00:00","lastModifiedDateTime":"2024-04-28T16:44:02.2142733+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