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":"153834a1-bf86-41eb-b92d-1f6a1f661350","url":null,"fillingId":"be5eb041-d2ed-4319-a5b9-a402ebf7b51c","fillingUrl":null,"userId":"37e76d83-44d3-476e-9b5c-fec8c729bdde","userUrl":null,"creationDateTime":"2025-05-14T01:00:30.3952343+00:00","lastModifiedDateTime":"2025-05-16T01:00:30.3952343+00:00","rating":3},{"id":"493dcb1f-d3ea-44fb-920a-d4ea5c46d599","url":null,"fillingId":"9d43a446-d47d-4808-9c74-eee45e07df82","fillingUrl":null,"userId":"44acb029-200b-4ea5-933b-c68e798d0320","userUrl":null,"creationDateTime":"2025-05-14T01:00:30.3952343+00:00","lastModifiedDateTime":"2025-05-16T01:00:30.3952343+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