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":"c0da6cfe-d29b-4a6f-aef3-e1c95e55ab76","url":null,"fillingFeedbackId":"950a7f96-e13a-4bcd-ad43-2a7ca24f4a37","fillingFeedbackUrl":null,"parentCommentId":"58bacf90-0675-494d-b882-0d2c3b920a2b","parentCommentUrl":null,"userId":"c9570056-2cc9-40bc-b787-41e0629a66cc","userUrl":null,"creationDateTime":"2026-05-19T22:07:53.9829676+00:00","lastModifiedDateTime":"2026-05-20T22:07:53.9829676+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"3c382079-bb7d-494a-be2e-b4b697009f41","url":null,"fillingFeedbackId":"a98cd3b0-159c-4a94-a73c-35ec89148ea4","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"9550d5fa-4489-4fc1-8313-fe7b449cfd1e","userUrl":null,"creationDateTime":"2026-05-19T22:07:53.9829676+00:00","lastModifiedDateTime":null,"medias":[{"id":"61d26b2d-26b2-44f6-8fba-97a3cd6963ae","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