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":"a1374bd0-5a1a-46e9-ba42-456c79d896be","url":null,"fillingId":"004d532a-799b-4ac3-b99e-80f4142a3473","fillingUrl":null,"userId":"1c32a8cb-e942-480e-bd29-22562eede587","userUrl":null,"creationDateTime":"2025-12-15T06:19:47.0907818+00:00","lastModifiedDateTime":"2025-12-17T06:19:47.0907818+00:00","rating":3},{"id":"7207e158-690e-46ba-8fc8-ac4a3f75054d","url":null,"fillingId":"739d7052-f28a-433d-b4a6-71c32c112ac1","fillingUrl":null,"userId":"eb4b8ba2-e8b2-4bf5-b843-e015bc8ec6e0","userUrl":null,"creationDateTime":"2025-12-15T06:19:47.0907818+00:00","lastModifiedDateTime":"2025-12-17T06:19:47.0907818+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