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":"77194a57-f00d-43d4-a78c-8511282379d5","url":null,"fillingId":"31e0bc21-5ab3-4ab0-8875-abcd4d57b021","fillingUrl":null,"userId":"8182eabf-69fc-47ca-89a7-53a39a58c887","userUrl":null,"creationDateTime":"2026-08-29T07:17:48.9380815+00:00","lastModifiedDateTime":"2026-08-31T07:17:48.9380815+00:00","rating":3},{"id":"764d81b9-b68a-44b9-8254-7ea0e0e45034","url":null,"fillingId":"5236bda2-70f5-49ed-8111-34d840627b65","fillingUrl":null,"userId":"e3eb5ecd-a77f-42e1-b813-9c2ea4578dc0","userUrl":null,"creationDateTime":"2026-08-29T07:17:48.9380815+00:00","lastModifiedDateTime":"2026-08-31T07:17:48.9380815+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