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":"896ddcf2-5c13-43a5-a4ab-c2cfa19a8aff","url":null,"fillingId":"4053c714-bd7e-451d-9350-7de699fa00e8","fillingUrl":null,"userId":"59ba391b-557f-469f-9874-7d349a457ae6","userUrl":null,"creationDateTime":"2025-01-14T11:51:09.3616518+00:00","lastModifiedDateTime":"2025-01-16T11:51:09.3616518+00:00","rating":3},{"id":"5aa01485-3fda-4a2a-8eb0-a8d8cc79e89b","url":null,"fillingId":"7ebc8d9f-5852-4c0f-a58e-7a2e6c71cf22","fillingUrl":null,"userId":"e7b33b7d-3c12-40e0-9eda-df1f95e94d50","userUrl":null,"creationDateTime":"2025-01-14T11:51:09.3616518+00:00","lastModifiedDateTime":"2025-01-16T11:51:09.3616518+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