Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.relesysapp.net/api/v1.4/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":"0d08e834-cda8-4e05-8338-96ac97082c8e","url":null,"fillingId":"c85a47e6-b276-4301-9d93-dfac01eee842","fillingUrl":null,"userId":"768b7b64-01e8-4d34-b37a-0405c4df1778","userUrl":null,"creationDateTime":"2026-05-29T15:40:24.4283597+00:00","lastModifiedDateTime":"2026-05-31T15:40:24.4283597+00:00","rating":3},{"id":"79316572-ae1b-4679-aedf-f24986585b3f","url":null,"fillingId":"15b6ebb6-0700-4a7b-806d-cb34132caaba","fillingUrl":null,"userId":"6c34359c-2040-496e-a3ac-a9cad257f20f","userUrl":null,"creationDateTime":"2026-05-29T15:40:24.4283597+00:00","lastModifiedDateTime":"2026-05-31T15:40:24.4283597+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