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":"569d3b5b-1c5e-4ac1-8a62-fb3183fc6bde","url":null,"fillingId":"70af4c6b-e06b-46ea-901a-8202bd86262a","fillingUrl":null,"userId":"8da21353-f955-4c46-b4cf-deb789dd1b4e","userUrl":null,"creationDateTime":"2026-06-21T17:43:56.0094933+00:00","lastModifiedDateTime":"2026-06-23T17:43:56.0094933+00:00","rating":3},{"id":"2fac0cad-f6c0-49f6-9e4e-362275571c9e","url":null,"fillingId":"f26b0f19-99c5-416e-95f7-6e80da1776eb","fillingUrl":null,"userId":"73ae5055-a7ef-49c7-9608-3eee630bc9a7","userUrl":null,"creationDateTime":"2026-06-21T17:43:56.0094933+00:00","lastModifiedDateTime":"2026-06-23T17:43:56.0094933+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