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":"007e7f97-cebd-48fb-9c7b-385409355d53","url":null,"fillingId":"2f72fabc-11a6-48cb-a699-8e98017cad31","fillingUrl":null,"userId":"337e91d6-286e-430a-b3c6-7604295ce1f8","userUrl":null,"creationDateTime":"2026-03-06T04:14:03.4652708+00:00","lastModifiedDateTime":"2026-03-08T04:14:03.4652708+00:00","rating":3},{"id":"b18f2888-c0a8-4747-9798-589213bf6b04","url":null,"fillingId":"44b88f84-3ea1-4485-a6a3-dc334291e2cf","fillingUrl":null,"userId":"cc9c09ae-423e-42d8-a0d4-e27c7ea99c71","userUrl":null,"creationDateTime":"2026-03-06T04:14:03.4652708+00:00","lastModifiedDateTime":"2026-03-08T04:14:03.4652708+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