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":"ed47a0f5-2062-4874-8785-262c1668d06d","url":null,"fillingId":"2f8d42ba-dc1d-44c2-aa0a-855934d32964","fillingUrl":null,"userId":"8faa614b-9ae4-4256-88b2-f0691dd4cb0f","userUrl":null,"creationDateTime":"2026-03-09T01:01:38.0535812+00:00","lastModifiedDateTime":"2026-03-11T01:01:38.0535812+00:00","rating":3},{"id":"23123e72-b68d-49ed-aee1-8a1b6cdd1c41","url":null,"fillingId":"bbe24a8e-03f5-48fc-832a-e06a3fa32624","fillingUrl":null,"userId":"3113c110-1882-4c8b-8613-b7cef4f9eb8b","userUrl":null,"creationDateTime":"2026-03-09T01:01:38.0535812+00:00","lastModifiedDateTime":"2026-03-11T01:01:38.0535812+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