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":"828fad15-e02f-423c-ae4b-79254dfc5058","url":null,"fillingId":"5aa0f4c1-66be-47d2-9d78-034ce83504a3","fillingUrl":null,"userId":"919cb7cc-9993-41b1-a653-19103ad47529","userUrl":null,"creationDateTime":"2026-08-21T00:42:24.7774677+00:00","lastModifiedDateTime":"2026-08-23T00:42:24.7774677+00:00","rating":3},{"id":"03367111-805d-4ba3-8f9b-2bf76ef599a9","url":null,"fillingId":"c28406b2-588f-4244-b9a2-6bdbbd4fe294","fillingUrl":null,"userId":"2edfc28c-53a4-4439-bd5a-987e05d5956e","userUrl":null,"creationDateTime":"2026-08-21T00:42:24.7774677+00:00","lastModifiedDateTime":"2026-08-23T00:42:24.7774677+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