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":"d5184c5b-a8cf-41c5-b054-5159e03f68c1","url":null,"fillingId":"4c550981-a2f1-4e15-8c3a-2af0b9a202f4","fillingUrl":null,"userId":"272ee797-1499-4884-9fa5-16c19c834181","userUrl":null,"creationDateTime":"2026-04-19T00:46:34.2855005+00:00","lastModifiedDateTime":"2026-04-21T00:46:34.2855005+00:00","rating":3},{"id":"ee7f2dfa-9451-42fc-8f8d-d1085a15b61e","url":null,"fillingId":"488a466c-6c36-47ea-89d7-517bb371cb6e","fillingUrl":null,"userId":"57556e88-e12a-4d39-aefb-af26327694a3","userUrl":null,"creationDateTime":"2026-04-19T00:46:34.2855005+00:00","lastModifiedDateTime":"2026-04-21T00:46:34.2855005+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