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":"766fc4c6-8948-46f6-805b-181353ce2ef0","url":null,"fillingId":"4559fd92-e1de-4aee-bfbe-1cf8054742b6","fillingUrl":null,"userId":"d09b6996-2771-4068-8781-3ba0bda819e8","userUrl":null,"creationDateTime":"2025-09-14T20:12:31.0894233+00:00","lastModifiedDateTime":"2025-09-16T20:12:31.0894233+00:00","rating":3},{"id":"66c0e2d1-c9ed-4081-b342-eba7546069c6","url":null,"fillingId":"b99156ea-3281-4346-a86b-4a43dde17f47","fillingUrl":null,"userId":"fb7ac8a0-b352-465f-bd6c-85f04ee85358","userUrl":null,"creationDateTime":"2025-09-14T20:12:31.0894233+00:00","lastModifiedDateTime":"2025-09-16T20:12:31.0894233+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