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":"82204d3e-a541-4894-97d2-3c760fb75192","url":null,"fillingId":"9a3f3ea2-3d59-4b41-b057-dda10fe0c073","fillingUrl":null,"userId":"ef41783a-ad86-45cd-88e5-82e93f5a0aec","userUrl":null,"creationDateTime":"2026-01-13T15:02:48.1803335+00:00","lastModifiedDateTime":"2026-01-15T15:02:48.1803335+00:00","rating":3},{"id":"7760f3a5-b6e3-4c34-83dd-d9d58256cbfd","url":null,"fillingId":"f2c96d4b-25db-4b04-b74a-c73f290051bb","fillingUrl":null,"userId":"03d59ee0-57a3-4cb5-8f85-ac5ad3b94960","userUrl":null,"creationDateTime":"2026-01-13T15:02:48.1803335+00:00","lastModifiedDateTime":"2026-01-15T15:02:48.1803335+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