Relesys API Docs

v1.3

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

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.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":"2b10d50e-1c73-4801-9a3e-acab48de3c5b","url":null,"fillingId":"107ac2d4-2563-4ab2-8d34-0bd3a5d38209","fillingUrl":null,"userId":"d1ddda37-b977-48a0-b354-9f05965162ef","userUrl":null,"creationDateTime":"2026-04-14T10:46:07.6464698+00:00","lastModifiedDateTime":"2026-04-16T10:46:07.6464698+00:00","rating":3},{"id":"64b1ec8f-27d0-497c-8b10-8a893736463d","url":null,"fillingId":"3462672a-ce79-42fd-b6ba-3821aa52f8a9","fillingUrl":null,"userId":"5ce15f3e-1a9d-47a7-812c-319557e47183","userUrl":null,"creationDateTime":"2026-04-14T10:46:07.6464698+00:00","lastModifiedDateTime":"2026-04-16T10:46:07.6464698+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