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":"e1349ed6-9af8-4fff-895b-a411944eea2a","url":null,"fillingId":"206ba4f3-49b9-4ff9-a51c-4b80d3267f78","fillingUrl":null,"userId":"25dc7387-251f-4edf-9d6c-6b6d8ce4e57e","userUrl":null,"creationDateTime":"2025-06-25T13:31:30.720411+00:00","lastModifiedDateTime":"2025-06-27T13:31:30.720411+00:00","rating":3},{"id":"0d1d1bf2-d64e-4cfa-97ab-c3948b297bc9","url":null,"fillingId":"cca7cfcc-4a8a-40e6-8d72-b5d095ad613b","fillingUrl":null,"userId":"ddb6afab-f8e2-4575-b3ab-2960308d1ea9","userUrl":null,"creationDateTime":"2025-06-25T13:31:30.720411+00:00","lastModifiedDateTime":"2025-06-27T13:31:30.720411+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