Relesys API Docs

v1.4

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

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.relesysapp.net/api/v1.4/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":"03b18182-4898-484d-a00c-6adff8698754","url":null,"fillingId":"772ea75d-868e-4c61-aeac-53c071b04358","fillingUrl":null,"userId":"4004855a-1530-43ae-b736-74d125ef42bb","userUrl":null,"creationDateTime":"2026-06-20T18:07:25.801186+00:00","lastModifiedDateTime":"2026-06-22T18:07:25.801186+00:00","rating":3},{"id":"f38707cb-0e17-437c-a864-fb9c7ef45d3b","url":null,"fillingId":"fc091c00-e369-4b37-91a9-d7037170e517","fillingUrl":null,"userId":"d2a86653-b3f9-4f68-aa45-fe8aa84b7dd3","userUrl":null,"creationDateTime":"2026-06-20T18:07:25.801186+00:00","lastModifiedDateTime":"2026-06-22T18:07:25.801186+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