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":"70f4fbf0-295e-4395-8a20-1a6de884c7f2","url":null,"fillingId":"1a6d53f8-79c0-4e7e-8507-48da824dd91c","fillingUrl":null,"userId":"8299c72d-c860-472a-a35f-062bce7ca133","userUrl":null,"creationDateTime":"2026-01-04T13:17:31.9707373+00:00","lastModifiedDateTime":"2026-01-06T13:17:31.9707373+00:00","rating":3},{"id":"0f6c865c-7704-44ee-902c-9eb4f3b76072","url":null,"fillingId":"2e736fa3-38c3-4fc8-b145-10b01e85e981","fillingUrl":null,"userId":"f3ef2b69-e336-4a95-8ff5-6583f06c7001","userUrl":null,"creationDateTime":"2026-01-04T13:17:31.9707373+00:00","lastModifiedDateTime":"2026-01-06T13:17:31.9707373+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