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":"e95b0c01-845c-4bfe-9e87-9f3bad97422a","url":null,"fillingFeedbackId":"cdfcdddf-996b-465d-9f49-fae527e7c0dc","fillingFeedbackUrl":null,"parentCommentId":"c2f937a4-53f2-4140-bc02-a6373155dc92","parentCommentUrl":null,"userId":"cdc5448d-a314-4efd-86f6-7eb6db87f4d8","userUrl":null,"creationDateTime":"2026-09-11T04:11:34.1452665+00:00","lastModifiedDateTime":"2026-09-12T04:11:34.1452665+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"e9e251a4-5fa3-4a0a-8da7-4554fb1705fe","url":null,"fillingFeedbackId":"ddd28c30-36a8-43e4-9530-8f897beb6e86","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"b37f0679-2771-465c-b6d4-981c9701edf7","userUrl":null,"creationDateTime":"2026-09-11T04:11:34.1452665+00:00","lastModifiedDateTime":null,"medias":[{"id":"5be72f0b-7e41-414f-86e0-2f51ac5afd68","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