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":"78b1ef53-01ad-441c-9f64-c34db65886ff","url":null,"fillingId":"496c0c1b-1684-49e0-985b-c2743f64bfe2","fillingUrl":null,"userId":"13c04cd5-5e59-4d7b-a15c-dccb656bd5a6","userUrl":null,"creationDateTime":"2025-11-07T03:48:46.959546+00:00","lastModifiedDateTime":"2025-11-09T03:48:46.959546+00:00","rating":3},{"id":"56ecfb17-cd23-4298-9ba2-fa0532a93f6c","url":null,"fillingId":"ec319abc-dfdd-4cc4-b3de-59a049221f50","fillingUrl":null,"userId":"0b5eed0d-aab3-4520-8faa-d366374de290","userUrl":null,"creationDateTime":"2025-11-07T03:48:46.959546+00:00","lastModifiedDateTime":"2025-11-09T03:48:46.959546+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