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":"e13a0576-a05a-46fb-a660-4cc19fe631cc","url":null,"fillingId":"a198fa21-8730-441b-8f61-35d18ce64a8d","fillingUrl":null,"userId":"7494caa3-86db-4298-9125-f4a6dbf456fd","userUrl":null,"creationDateTime":"2025-06-04T20:42:54.3380059+00:00","lastModifiedDateTime":"2025-06-06T20:42:54.3380059+00:00","rating":3},{"id":"20f9a81d-86a0-46df-8686-661c35acc4b5","url":null,"fillingId":"f6b5c20d-2321-488c-9adc-2bff8ff5f10f","fillingUrl":null,"userId":"b1e24876-c92e-4a9a-8e44-7dd3620cf9c8","userUrl":null,"creationDateTime":"2025-06-04T20:42:54.3380059+00:00","lastModifiedDateTime":"2025-06-06T20:42:54.3380059+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