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":"c61e00eb-4d69-40a6-a7e9-4d7519f3d06b","url":null,"fillingId":"a0275e69-7c44-400b-80ee-0fce414cba08","fillingUrl":null,"userId":"d1377e18-7d7c-4c48-981e-0a99a908953a","userUrl":null,"creationDateTime":"2026-06-20T19:19:36.7325215+00:00","lastModifiedDateTime":"2026-06-22T19:19:36.7325215+00:00","rating":3},{"id":"961b5858-9a29-4026-9f09-d025b87bb109","url":null,"fillingId":"ace5b60c-34bb-4de0-812b-4ebba6b52c38","fillingUrl":null,"userId":"c8ebf72b-6b73-4485-8ff0-cd5247e6a208","userUrl":null,"creationDateTime":"2026-06-20T19:19:36.7325215+00:00","lastModifiedDateTime":"2026-06-22T19:19:36.7325215+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