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":"069861e4-fe28-4dbe-b817-aafda30f355f","url":null,"fillingId":"5861712d-eeee-4172-9eb7-d3672bb4c74a","fillingUrl":null,"userId":"b09c40c8-4619-403f-b214-766b58e31c4a","userUrl":null,"creationDateTime":"2026-08-08T14:08:41.0178462+00:00","lastModifiedDateTime":"2026-08-10T14:08:41.0178462+00:00","rating":3},{"id":"541ff056-c6ee-46b2-aed9-06466228464e","url":null,"fillingId":"3dda3e4e-a654-4b9e-9d1e-9907c78f7dac","fillingUrl":null,"userId":"5fa4afd6-a006-4d49-a468-4c19d3eca4cc","userUrl":null,"creationDateTime":"2026-08-08T14:08:41.0178462+00:00","lastModifiedDateTime":"2026-08-10T14:08:41.0178462+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