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":"06e4168f-ff9a-44eb-902f-39e92622a1f6","url":null,"fillingId":"0c5f48d5-c8d6-41dc-a97d-5ad18bf6a0f2","fillingUrl":null,"userId":"ffce795b-dc31-4743-9565-9ef080812894","userUrl":null,"creationDateTime":"2026-03-29T11:10:51.1474829+00:00","lastModifiedDateTime":"2026-03-31T11:10:51.1474829+00:00","rating":3},{"id":"0984f7c4-1a7f-426c-8292-41795740941e","url":null,"fillingId":"5352ea78-78f3-45a7-9306-4c50336652ab","fillingUrl":null,"userId":"2349a86f-78ce-48b4-8995-ff83c1dffa33","userUrl":null,"creationDateTime":"2026-03-29T11:10:51.1474829+00:00","lastModifiedDateTime":"2026-03-31T11:10:51.1474829+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