Relesys API Docs

v1.4

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

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.relesysapp.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":"7d2daf7d-5984-4319-a9c8-82ddf5f24a77","url":null,"fillingId":"661420a6-bc23-44e5-9dc0-9fdf0a5f40be","fillingUrl":null,"userId":"e0fe9f3a-32a7-4c1c-8772-f61ee27b4503","userUrl":null,"creationDateTime":"2026-08-29T06:06:20.3242983+00:00","lastModifiedDateTime":"2026-08-31T06:06:20.3242983+00:00","rating":3},{"id":"4c0ce2cf-6bf2-4b12-9421-6ea5aa081a74","url":null,"fillingId":"fc3340bf-da38-44f8-a6d4-a1499fad8b7f","fillingUrl":null,"userId":"71abceaa-76cc-4407-b064-2a1126d56ca5","userUrl":null,"creationDateTime":"2026-08-29T06:06:20.3242983+00:00","lastModifiedDateTime":"2026-08-31T06:06:20.3242983+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