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":"5e23920e-b268-4ac3-a0f1-e8efa0672116","url":null,"fillingId":"ebad2384-5bf3-4223-9ae6-55017422c749","fillingUrl":null,"userId":"207a82cf-9231-449f-8e51-f590bff3434a","userUrl":null,"creationDateTime":"2025-08-05T09:19:56.9062856+00:00","lastModifiedDateTime":"2025-08-07T09:19:56.9062856+00:00","rating":3},{"id":"a81c372a-8568-4708-99c2-64e76c5f52e8","url":null,"fillingId":"6b6096d7-b8c2-4e16-8e9a-1d649e725278","fillingUrl":null,"userId":"dcf91748-68ef-46c6-98bf-3f76fbfdac43","userUrl":null,"creationDateTime":"2025-08-05T09:19:56.9062856+00:00","lastModifiedDateTime":"2025-08-07T09:19:56.9062856+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