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":"ab087007-5005-4315-9f8f-2f2250f9aed4","url":null,"fillingFeedbackId":"03d6a7e7-bec1-48cd-8a6d-584a8185064e","fillingFeedbackUrl":null,"parentCommentId":"5b61040a-66c9-437c-b691-5bec393adad2","parentCommentUrl":null,"userId":"26a7d00f-77bf-4660-aa20-b0620792bf1a","userUrl":null,"creationDateTime":"2026-03-17T10:40:57.9276116+00:00","lastModifiedDateTime":"2026-03-18T10:40:57.9276116+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"7bf56370-8945-49e7-ae05-ea9657c4564c","url":null,"fillingFeedbackId":"44e39a3a-7b4f-49eb-b55f-b715591da6b2","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"484fc655-cff7-4d45-b1b5-3b55e5840f82","userUrl":null,"creationDateTime":"2026-03-17T10:40:57.9276116+00:00","lastModifiedDateTime":null,"medias":[{"id":"0a9b9540-89c8-4db1-b0b3-5109d984a822","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