Relesys API Docs

v1.4

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

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.relesysapp.net/api/v1.4/serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
Get a list of filling feedback for the form with ID formId
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
creationDateTime datetimeoffset Filterable Sortable optional
fillingId string / guid Filterable 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":"45a584be-c2e7-4a89-bd48-c2850ccaf0fd","url":null,"fillingId":"820e3358-7df9-4a17-a3f0-f87a4d35cb9f","fillingUrl":null,"userId":"97f1ca15-17ff-4b44-adb1-400082a5af5b","userUrl":null,"creationDateTime":"2026-07-10T20:50:17.8727562+00:00","lastModifiedDateTime":"2026-07-12T20:50:17.8727562+00:00","rating":3},{"id":"072f24fc-36b3-45e0-9667-e75cd1dda329","url":null,"fillingId":"2700d0cb-dab4-4e91-8812-b2a4f777e00e","fillingUrl":null,"userId":"85fd6021-db52-4da5-aeb0-ab7bcf4ee881","userUrl":null,"creationDateTime":"2026-07-10T20:50:17.8727562+00:00","lastModifiedDateTime":"2026-07-12T20:50:17.8727562+00:00","rating":2}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   fillingUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   rating integer      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string