Relesys API Docs

v1.4

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

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.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":"8bf831d7-02ab-4962-bbbb-cb4908900f52","url":null,"fillingId":"4f5f5bab-1c16-4b7b-9be0-19baadce368d","fillingUrl":null,"userId":"19426a96-3c80-4943-b70c-6b80678fef09","userUrl":null,"creationDateTime":"2026-08-20T23:33:06.0183471+00:00","lastModifiedDateTime":"2026-08-22T23:33:06.0183471+00:00","rating":3},{"id":"fe64655d-c215-4971-a433-1bcf93cd2440","url":null,"fillingId":"3e0b49d8-0fd2-4b7c-bc40-0a034e24f842","fillingUrl":null,"userId":"facc61da-c663-4af9-aa55-dbfea01ee52a","userUrl":null,"creationDateTime":"2026-08-20T23:33:06.0183471+00:00","lastModifiedDateTime":"2026-08-22T23:33:06.0183471+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