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":"a3f70970-4477-4c56-bf00-e7ed9e75bfc0","url":null,"fillingId":"9d8d684c-34a7-4a6c-a9e5-2ee33d8e12be","fillingUrl":null,"userId":"6c2f78a5-a9d3-497d-b1df-3b6c0f8086e0","userUrl":null,"creationDateTime":"2026-03-08T23:39:54.0536686+00:00","lastModifiedDateTime":"2026-03-10T23:39:54.0536686+00:00","rating":3},{"id":"c4013065-0890-4cff-b540-bd4f62f21457","url":null,"fillingId":"28aa3d96-27ad-4104-8f78-9db2c4560ae3","fillingUrl":null,"userId":"80e86e13-5fd4-45c7-850e-3265d829c1bc","userUrl":null,"creationDateTime":"2026-03-08T23:39:54.0536686+00:00","lastModifiedDateTime":"2026-03-10T23:39:54.0536686+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