Relesys API Docs

v1.4

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

Filling Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments
https://api.uat.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":"2c41065a-d626-4de3-9fa4-13c822fc495b","url":null,"fillingFeedbackId":"b3354ce7-e81d-4018-a2cf-c143b27af308","fillingFeedbackUrl":null,"parentCommentId":"1c68c127-24e2-45cd-a3fd-bc511edca4cb","parentCommentUrl":null,"userId":"4541b8d6-aeca-4db7-aab1-00d7a3e65d64","userUrl":null,"creationDateTime":"2026-08-22T00:42:22.3988537+00:00","lastModifiedDateTime":"2026-08-23T00:42:22.3988537+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"ed4e987d-d8e6-4983-978d-308148db1764","url":null,"fillingFeedbackId":"def55edb-0d15-4405-ba58-54013f272352","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"34597b96-b8f0-4240-a0be-bd564fd18c8d","userUrl":null,"creationDateTime":"2026-08-22T00:42:22.3988537+00:00","lastModifiedDateTime":null,"medias":[{"id":"14dbd9e6-8b72-4e37-a947-4e156adacbcd","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