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":"b19205f4-22ad-465e-9fbe-5237cca2b098","url":null,"fillingFeedbackId":"b9350642-5967-46c4-ad0e-f37d76da5df6","fillingFeedbackUrl":null,"parentCommentId":"3a712ac9-4d18-4dab-9e98-2173e1290e5f","parentCommentUrl":null,"userId":"ccb585ba-1269-4454-ba9a-9f3e0d3288c2","userUrl":null,"creationDateTime":"2026-06-18T23:51:53.7658212+00:00","lastModifiedDateTime":"2026-06-19T23:51:53.7658212+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"2392c74f-1c2b-4be1-9438-e1f9aadf6cff","url":null,"fillingFeedbackId":"57490dd4-006d-4abe-b4d2-becc9fb5250e","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"c5cf9402-fa32-4685-b075-172638d2a755","userUrl":null,"creationDateTime":"2026-06-18T23:51:53.7658212+00:00","lastModifiedDateTime":null,"medias":[{"id":"1aa95924-5446-4085-ac89-56325e70851d","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