Relesys API Docs

v1.3

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

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.uat.relesystest.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":"09382bab-f713-4105-85ae-7421cc1d699f","url":null,"fillingId":"198597bd-7201-4377-bb96-db06098c5cd2","fillingUrl":null,"userId":"021ca13f-cb62-4705-897c-75ebb19ff71b","userUrl":null,"creationDateTime":"2026-01-11T15:03:07.9958888+00:00","lastModifiedDateTime":"2026-01-13T15:03:07.9958888+00:00","rating":3},{"id":"08b1c3f6-549e-4d2d-ba05-216006d98aca","url":null,"fillingId":"f1e8dde3-50ed-448f-bec9-8d4fed644166","fillingUrl":null,"userId":"c769affe-6c05-499c-b34d-0689ffd96f7a","userUrl":null,"creationDateTime":"2026-01-11T15:03:07.9958888+00:00","lastModifiedDateTime":"2026-01-13T15:03:07.9958888+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