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":"61c5d0ae-6296-4aea-ba42-793514df786b","url":null,"fillingId":"a68eecc4-fe67-4484-b937-9ee7da6ccca3","fillingUrl":null,"userId":"11a5f5c6-7a9c-4d4d-8d34-828dafd56f97","userUrl":null,"creationDateTime":"2025-04-23T09:30:04.7636869+00:00","lastModifiedDateTime":"2025-04-25T09:30:04.7636869+00:00","rating":3},{"id":"8701b51d-2871-4233-b0f6-01ceaf9ed77e","url":null,"fillingId":"81d7d850-056a-45e8-9c27-c3d2451f3396","fillingUrl":null,"userId":"624a31ef-42a0-45ae-bf02-b91e292a4d5c","userUrl":null,"creationDateTime":"2025-04-23T09:30:04.7636869+00:00","lastModifiedDateTime":"2025-04-25T09:30:04.7636869+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