Relesys API Docs

v1.3

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

Filling Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments
https://api.relesystest.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":"3a8412da-ad0d-4c8b-93c1-dff2d334d9bd","url":null,"fillingFeedbackId":"b6ee13a5-50b9-4510-824a-326aaa103b15","fillingFeedbackUrl":null,"parentCommentId":"be6d2f20-429b-4697-ae99-220ef16ed856","parentCommentUrl":null,"userId":"3ec6c4a5-aa75-4a26-8f70-0a164acd885c","userUrl":null,"creationDateTime":"2026-04-15T10:44:55.8335427+00:00","lastModifiedDateTime":"2026-04-16T10:44:55.8335427+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"38b55b80-d26b-4d62-9620-2a3d0360d9c1","url":null,"fillingFeedbackId":"6115f92b-3644-4056-beee-ca469c5043a1","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"bc6c375b-bb1c-42c0-bfcd-db7556110b2f","userUrl":null,"creationDateTime":"2026-04-15T10:44:55.8335427+00:00","lastModifiedDateTime":null,"medias":[{"id":"1a46fc81-f144-4d21-bd10-877b5593f599","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