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":"5d36e826-07b4-4fee-8580-039a745440d7","url":null,"fillingId":"8f9472e0-e210-42a5-aa84-331847d5aa0b","fillingUrl":null,"userId":"914b5a4c-d7c2-4c25-901e-1cc34594a8dc","userUrl":null,"creationDateTime":"2026-08-15T01:34:55.8135931+00:00","lastModifiedDateTime":"2026-08-17T01:34:55.8135931+00:00","rating":3},{"id":"fb174ac4-834f-4f9a-a6b0-0571251dd8f0","url":null,"fillingId":"f3bc8b4b-6176-4899-8676-8925a0151bf7","fillingUrl":null,"userId":"6c6ea63c-9bfa-479a-9616-73e0ed816fec","userUrl":null,"creationDateTime":"2026-08-15T01:34:55.8135931+00:00","lastModifiedDateTime":"2026-08-17T01:34:55.8135931+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