Relesys API Docs

v1.3

https://api.relesystest.net/api/v1.3

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.relesystest.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":"91c02ca5-e6da-4735-818a-39efa72c169e","url":null,"fillingId":"e0544d27-54a3-4e72-9184-a52b79b9c97c","fillingUrl":null,"userId":"f0b587ff-d48b-42ae-9c27-a49aae5dc237","userUrl":null,"creationDateTime":"2026-04-14T12:32:26.0844553+00:00","lastModifiedDateTime":"2026-04-16T12:32:26.0844553+00:00","rating":3},{"id":"90694b1a-c89b-4d64-bdc7-84eb5fdc69e0","url":null,"fillingId":"686030ca-7f23-47e7-813d-28726c46bbf3","fillingUrl":null,"userId":"49aee5ab-4fed-462f-b809-dc98d1d0659d","userUrl":null,"creationDateTime":"2026-04-14T12:32:26.0844553+00:00","lastModifiedDateTime":"2026-04-16T12:32:26.0844553+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