Relesys API Docs

v1.3

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

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.relesysapp.net/api/v1.3/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":"8bc44f83-3559-41aa-8883-a0ff17332361","url":null,"fillingId":"b37644be-fe2c-4ec2-9159-344c3f2d5d23","fillingUrl":null,"userId":"546d5801-bafd-463a-9a4c-ee1ad0387e37","userUrl":null,"creationDateTime":"2025-10-11T20:09:59.8594101+00:00","lastModifiedDateTime":"2025-10-13T20:09:59.8594101+00:00","rating":3},{"id":"17e9fe3e-91fa-4858-9f08-f240bc6831de","url":null,"fillingId":"5be809cb-4e7f-4186-a6dc-d3291e576681","fillingUrl":null,"userId":"8d66e4c9-52c7-40d0-b0a7-cc8eaf6e4a23","userUrl":null,"creationDateTime":"2025-10-11T20:09:59.8594101+00:00","lastModifiedDateTime":"2025-10-13T20:09:59.8594101+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