Relesys API Docs

v1.3

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

Filling Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments
https://api.uat.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":"4d907305-d13f-4728-9748-d418c6fae505","url":null,"fillingFeedbackId":"a01c8f0f-d6b3-4b41-b976-3888f39151b2","fillingFeedbackUrl":null,"parentCommentId":"a2aeb324-936f-4f3e-866a-103375f5d7db","parentCommentUrl":null,"userId":"dd98007d-16cc-476a-9ead-137bde5e5a88","userUrl":null,"creationDateTime":"2026-01-12T14:59:11.3767579+00:00","lastModifiedDateTime":"2026-01-13T14:59:11.3767579+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"848a898f-c39c-4121-805f-e89369510fed","url":null,"fillingFeedbackId":"4a114c1a-ee66-4420-b900-772f915136bb","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"a7943334-72a4-4ec3-9833-308d0fc3dde2","userUrl":null,"creationDateTime":"2026-01-12T14:59:11.3767579+00:00","lastModifiedDateTime":null,"medias":[{"id":"c2f18a3c-4ecc-4543-8505-c7e0c17bfe4b","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