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":"a5c535e0-0271-43ad-826e-38e2b646d64a","url":null,"fillingFeedbackId":"52f42456-3846-4c5c-a580-dbc614f70412","fillingFeedbackUrl":null,"parentCommentId":"ddbd9521-4e2b-4ac0-b375-7dc0e8590afc","parentCommentUrl":null,"userId":"75f0b837-628d-46a5-afda-6599aa90a351","userUrl":null,"creationDateTime":"2026-04-15T12:31:39.3554232+00:00","lastModifiedDateTime":"2026-04-16T12:31:39.3554232+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"2e03c351-8125-44d3-b618-ed307c5af683","url":null,"fillingFeedbackId":"7c1d44f9-0942-4c69-8c29-2aebfbe5d67c","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"171aeebd-3ac2-4313-a24e-5f6c149a98da","userUrl":null,"creationDateTime":"2026-04-15T12:31:39.3554232+00:00","lastModifiedDateTime":null,"medias":[{"id":"d77074da-5922-4336-8b67-0019fb365f50","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