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":"8f0e1f6f-6be5-47c0-bd86-f3393812f9ff","url":null,"fillingId":"507ba2cf-3f31-4657-853b-f42297df12f6","fillingUrl":null,"userId":"d271b949-6535-462b-b7de-2fb60adb79d2","userUrl":null,"creationDateTime":"2026-05-09T11:31:09.815343+00:00","lastModifiedDateTime":"2026-05-11T11:31:09.815343+00:00","rating":3},{"id":"b04f8fab-eeb6-4585-8421-d0b6189fea39","url":null,"fillingId":"a17d529e-cbf7-43c5-a90c-d11743f3a98e","fillingUrl":null,"userId":"44fbd675-5582-420b-a618-8925aee60f52","userUrl":null,"creationDateTime":"2026-05-09T11:31:09.815343+00:00","lastModifiedDateTime":"2026-05-11T11:31:09.815343+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