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":"83cf5deb-ae38-4668-8d51-72ea7b37ad74","url":null,"fillingId":"ad7c1204-4a69-4131-badf-d37b97bafdc3","fillingUrl":null,"userId":"2e5e799f-84c0-4633-b942-51188056b48e","userUrl":null,"creationDateTime":"2025-04-01T22:17:33.8307357+00:00","lastModifiedDateTime":"2025-04-03T22:17:33.8307357+00:00","rating":3},{"id":"63a072b8-3c9e-4e38-b722-adbff65d711e","url":null,"fillingId":"e4fa03ce-4169-45a2-a97d-3b55a9d3c5f0","fillingUrl":null,"userId":"c120d7fb-c8a4-4c4e-9d7f-dc1753b307af","userUrl":null,"creationDateTime":"2025-04-01T22:17:33.8307357+00:00","lastModifiedDateTime":"2025-04-03T22:17:33.8307357+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