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":"f1af6d9c-70b1-4b1f-88d9-975406b0b98a","url":null,"fillingFeedbackId":"7ca43d57-6093-47ae-827c-51f89167e39a","fillingFeedbackUrl":null,"parentCommentId":"69e93e61-5be7-4821-ab25-0cc0c86da568","parentCommentUrl":null,"userId":"bb5c5505-62e4-4267-a2b9-5e67d281dfea","userUrl":null,"creationDateTime":"2026-07-30T21:01:24.0800756+00:00","lastModifiedDateTime":"2026-07-31T21:01:24.0800756+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"5c5b9ec2-7808-4daf-aee0-c35303926df6","url":null,"fillingFeedbackId":"2caa6a31-bfed-44dd-9419-c0c4436cf037","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"8d52ac14-d74f-4631-9c3d-c771b350bc80","userUrl":null,"creationDateTime":"2026-07-30T21:01:24.0800756+00:00","lastModifiedDateTime":null,"medias":[{"id":"b5649711-f566-4868-b377-a92622ba38ed","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