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":"accb784d-212b-429a-a266-3564dd9594ba","url":null,"fillingId":"6a56dba7-a453-40c0-95ae-e9a33696acf9","fillingUrl":null,"userId":"bc4aee61-ea23-4d3f-b4d6-a18d96b0bdb9","userUrl":null,"creationDateTime":"2025-07-15T21:01:07.1848+00:00","lastModifiedDateTime":"2025-07-17T21:01:07.1848+00:00","rating":3},{"id":"79c05d4c-4d46-4e36-9d58-f4b16e24aa6d","url":null,"fillingId":"bb4539fa-2681-41f3-ba6d-559174f5d349","fillingUrl":null,"userId":"e6c5afee-8068-4967-acd5-8201f3d328c4","userUrl":null,"creationDateTime":"2025-07-15T21:01:07.1848+00:00","lastModifiedDateTime":"2025-07-17T21:01:07.1848+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