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":"723c91cd-3736-46e6-861d-1da56d2d73a5","url":null,"fillingId":"37dbeaa9-5f1b-4405-a09d-42006d09e95b","fillingUrl":null,"userId":"45134ba5-fa69-4eb1-ba44-4a2fa9fa81a3","userUrl":null,"creationDateTime":"2025-04-28T10:02:57.9814388+00:00","lastModifiedDateTime":"2025-04-30T10:02:57.9814388+00:00","rating":3},{"id":"e9310399-621f-44c9-aca4-6a47a9c3a33c","url":null,"fillingId":"dc5a28b7-447a-49f7-be27-4d0db485299a","fillingUrl":null,"userId":"f02bc283-ddb5-46c9-8a48-d7eaea3a73f4","userUrl":null,"creationDateTime":"2025-04-28T10:02:57.9814388+00:00","lastModifiedDateTime":"2025-04-30T10:02:57.9814388+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