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":"d0df318f-c5cc-4e08-b907-ad852cc8c68f","url":null,"fillingId":"05baead4-086b-4b30-96ea-01eb03fa464d","fillingUrl":null,"userId":"7eb37958-f2b3-4501-99c6-3609a0a0ad95","userUrl":null,"creationDateTime":"2026-01-26T11:40:09.5148755+00:00","lastModifiedDateTime":"2026-01-28T11:40:09.5148755+00:00","rating":3},{"id":"e05570e2-145f-4180-8612-d0becc677e3a","url":null,"fillingId":"c7469c4a-6ecc-4eb2-a309-2093eabf9033","fillingUrl":null,"userId":"8b51d179-56ad-4443-a52a-4cd790d1ca9a","userUrl":null,"creationDateTime":"2026-01-26T11:40:09.5148755+00:00","lastModifiedDateTime":"2026-01-28T11:40:09.5148755+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