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":"4ccb0070-23bd-48a4-ba5a-9280249124b9","url":null,"fillingId":"00ece783-7cb2-4583-8b4c-12b1b7106a67","fillingUrl":null,"userId":"81e53594-1b0c-4f79-9497-dca168cba33b","userUrl":null,"creationDateTime":"2025-08-25T15:40:16.5111798+00:00","lastModifiedDateTime":"2025-08-27T15:40:16.5111798+00:00","rating":3},{"id":"17eb4cdc-ee87-4404-846e-36028beb36ee","url":null,"fillingId":"145ac1d9-cbc8-4f61-8e8b-364786171bef","fillingUrl":null,"userId":"ec645ee2-c042-44c2-b746-4476593f1c02","userUrl":null,"creationDateTime":"2025-08-25T15:40:16.5111798+00:00","lastModifiedDateTime":"2025-08-27T15:40:16.5111798+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