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":"f11afac4-67a4-4545-ac6b-1dfe6a0b7786","url":null,"fillingId":"fe7c697e-8773-437d-9d9e-637ca304d82e","fillingUrl":null,"userId":"0180dc5d-2002-43be-a7ce-b0e6a670eba4","userUrl":null,"creationDateTime":"2025-03-02T11:15:39.4208248+00:00","lastModifiedDateTime":"2025-03-04T11:15:39.4208248+00:00","rating":3},{"id":"832192a4-7ea4-4169-95bb-c5b010c01fa3","url":null,"fillingId":"9a610362-969b-405e-baea-0037ede4c5bf","fillingUrl":null,"userId":"6e29e3eb-a749-4d3e-996a-914323da051d","userUrl":null,"creationDateTime":"2025-03-02T11:15:39.4208248+00:00","lastModifiedDateTime":"2025-03-04T11:15:39.4208248+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