Relesys API Docs

v1.4

https://api.uat.relesystest.net/api/v1.4

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.uat.relesystest.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":"5aa24306-eb59-446e-8820-21ca9c913c96","url":null,"fillingId":"0ab95fa1-0e3d-47e8-8934-d680ea7345ea","fillingUrl":null,"userId":"595f7f28-8c83-4519-a43c-2bd23e128b70","userUrl":null,"creationDateTime":"2026-06-21T16:17:50.7517806+00:00","lastModifiedDateTime":"2026-06-23T16:17:50.7517806+00:00","rating":3},{"id":"e7677d39-a297-48a8-a39b-85509735521c","url":null,"fillingId":"cd1d2f73-7d51-463f-a36b-aaefe75e2f58","fillingUrl":null,"userId":"c5296b70-02dd-4e7f-bb64-674c8fa636d8","userUrl":null,"creationDateTime":"2026-06-21T16:17:50.7517806+00:00","lastModifiedDateTime":"2026-06-23T16:17:50.7517806+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