Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Filling Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments
https://api.relesysapp.net/api/v1.4/serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments
Get a list of filling feedback comments for the form with ID formId

The culture can be null on old data because the culture was not tracked at that time.
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
fillingFeedbackId string / guid Filterable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
parentCommentId string / guid Filterable 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":"8675e466-8290-40f3-9621-f3d134dadc94","url":null,"fillingFeedbackId":"241b8ae0-586e-43db-b65f-07ae6b8a363c","fillingFeedbackUrl":null,"parentCommentId":"e0510bac-60a5-465a-a549-199e402613ea","parentCommentUrl":null,"userId":"89ab1751-a41d-4354-8798-66abbc75ea93","userUrl":null,"creationDateTime":"2026-09-19T09:46:21.3107955+00:00","lastModifiedDateTime":"2026-09-20T09:46:21.3107955+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"7b832335-7c7e-4b43-bc8c-c0dce22b0fa4","url":null,"fillingFeedbackId":"a5ee5f62-787e-4802-97ed-879f40f2d6bc","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"a7d23bd4-cf71-476a-a63c-53eb6f1e3b9d","userUrl":null,"creationDateTime":"2026-09-19T09:46:21.3107955+00:00","lastModifiedDateTime":null,"medias":[{"id":"ec6ec6e2-501f-496a-9d0b-7d5f71685f73","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}],"locales":[{"culture":null,"text":"Text example 3"}]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingFeedbackId string / guid      
   fillingFeedbackUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    text string      
   medias array[object]      
    contentType string      
    downloadUrl string      
    fileName string      
    id string / guid      
    referenceUrl string      
   parentCommentId string / guid      
   parentCommentUrl string      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string