Relesys API Docs

v1.3

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

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.relesysapp.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":"e83e8c58-56bb-41da-b29d-836097a31a13","url":null,"fillingId":"14c8933d-b42a-47ec-908f-8c956533e3fa","fillingUrl":null,"userId":"bdbdab6d-7d83-4194-bd90-13df2eeb240d","userUrl":null,"creationDateTime":"2026-03-29T12:39:07.0720119+00:00","lastModifiedDateTime":"2026-03-31T12:39:07.0720119+00:00","rating":3},{"id":"9ddd0165-b20d-4906-8db0-bb9d466540e8","url":null,"fillingId":"59789b40-4cf2-45d1-a153-707cf67a79a0","fillingUrl":null,"userId":"aba1add4-706b-4db8-bfd6-bcd0d25e93ed","userUrl":null,"creationDateTime":"2026-03-29T12:39:07.0720119+00:00","lastModifiedDateTime":"2026-03-31T12:39:07.0720119+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