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":"6a264524-59b1-44be-8b12-e7a99b81d2e3","url":null,"fillingId":"a6fa09a5-9793-44dd-9ec2-b8dae23c6d1f","fillingUrl":null,"userId":"81422f28-5d61-4902-9cec-7f5430ba3440","userUrl":null,"creationDateTime":"2026-05-29T14:34:37.1749483+00:00","lastModifiedDateTime":"2026-05-31T14:34:37.1749483+00:00","rating":3},{"id":"66eae103-26e2-4ca2-8783-927e17cacdd7","url":null,"fillingId":"8c19fb18-d140-416b-89b2-339c54f59354","fillingUrl":null,"userId":"eac01b10-961a-4c82-8cea-d0d9a2ef45fb","userUrl":null,"creationDateTime":"2026-05-29T14:34:37.1749483+00:00","lastModifiedDateTime":"2026-05-31T14:34:37.1749483+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