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":"803735ab-dd8e-413e-a3bc-9c5d43598095","url":null,"fillingFeedbackId":"3d449706-b4e8-469a-b69e-ad80a6cbc487","fillingFeedbackUrl":null,"parentCommentId":"eb836ddd-ac93-4507-88d5-34f4e3cb833f","parentCommentUrl":null,"userId":"d628bf67-89f3-4c19-bb1f-4cda51e5c08e","userUrl":null,"creationDateTime":"2026-08-21T22:40:29.0781334+00:00","lastModifiedDateTime":"2026-08-22T22:40:29.0781334+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"a483764b-8546-4874-8419-56bbd4dd8288","url":null,"fillingFeedbackId":"8a4f839a-3537-4783-96aa-a06e1747c801","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"fabd2659-52f0-4d28-b13b-7fae3c5d52d6","userUrl":null,"creationDateTime":"2026-08-21T22:40:29.0781334+00:00","lastModifiedDateTime":null,"medias":[{"id":"828e2bf6-d504-4ee1-b565-d8706a338d99","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