Relesys API Docs

v1.3

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

Filling Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments
https://api.relesysapp.net/api/v1.3/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":"44a5ff2e-5241-406d-8eb0-adb2bd330c8d","url":null,"fillingFeedbackId":"ec9274be-5e0a-4cc1-853a-d990f4a3a813","fillingFeedbackUrl":null,"parentCommentId":"47bb00db-8e96-44dc-97d9-7c110c23667c","parentCommentUrl":null,"userId":"83d2bf41-9f3e-41e7-8d73-7c7e6cf8d01d","userUrl":null,"creationDateTime":"2026-03-23T09:38:11.8170911+00:00","lastModifiedDateTime":"2026-03-24T09:38:11.8170911+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"1f41afab-40f4-4dd9-ac1a-355689162436","url":null,"fillingFeedbackId":"b76393ba-20d6-4cce-b875-0d9016277c26","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"af5c3686-07ba-4b78-9328-f80a209e1715","userUrl":null,"creationDateTime":"2026-03-23T09:38:11.8170911+00:00","lastModifiedDateTime":null,"medias":[{"id":"c4d4e173-8c1a-4bbb-bd44-67c843d09dcd","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