Relesys API Docs

v1.4

https://api.relesystest.net/api/v1.4

Filling Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments
https://api.relesystest.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":"938273e4-c25e-4028-bbae-c6571e740765","url":null,"fillingFeedbackId":"a46401c9-2ca1-4a9f-ab30-41672a89f67b","fillingFeedbackUrl":null,"parentCommentId":"da2bd417-10ed-4520-8348-3a2f081ef6e4","parentCommentUrl":null,"userId":"82c0bc42-a065-4a8a-b622-29c02a76adca","userUrl":null,"creationDateTime":"2026-06-10T18:01:32.0685486+00:00","lastModifiedDateTime":"2026-06-11T18:01:32.0685486+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"ca334d3b-474d-4f89-9096-2d2059a4f15e","url":null,"fillingFeedbackId":"791dbc07-92e2-4504-9f3a-409d93314e91","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"73a532de-3d96-440c-98e5-14693310fec8","userUrl":null,"creationDateTime":"2026-06-10T18:01:32.0685486+00:00","lastModifiedDateTime":null,"medias":[{"id":"feabedf8-01ef-47a3-8fbc-c1c4801076e9","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