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":"b056a052-0589-4939-aea5-ebee2931f2c4","url":null,"fillingId":"d435f03d-5e90-41f6-a803-e11be3b4e852","fillingUrl":null,"userId":"72f91e3f-e750-4509-ad3c-47dd036d865b","userUrl":null,"creationDateTime":"2025-01-20T04:58:41.4485022+00:00","lastModifiedDateTime":"2025-01-22T04:58:41.4485022+00:00","rating":3},{"id":"47ae37e6-ca3f-40f0-8b5d-f227549bf88e","url":null,"fillingId":"19d03368-22e8-4df1-b001-7118995badcf","fillingUrl":null,"userId":"faae3862-ddba-4e0a-80ff-72f3e18e0540","userUrl":null,"creationDateTime":"2025-01-20T04:58:41.4485022+00:00","lastModifiedDateTime":"2025-01-22T04:58:41.4485022+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