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":"178d3434-0000-405f-b32f-fe9ea8c6b9e5","url":null,"fillingFeedbackId":"fb02f9d0-e4a2-4bb2-981b-e0cec98beee5","fillingFeedbackUrl":null,"parentCommentId":"75a36ca8-e123-40d6-8b73-e5ffc9711e49","parentCommentUrl":null,"userId":"792aa391-f77a-4fb8-b575-c23c20ee0596","userUrl":null,"creationDateTime":"2026-01-14T15:04:06.7704896+00:00","lastModifiedDateTime":"2026-01-15T15:04:06.7704896+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"18f6306b-bdc8-436d-a1fe-1288bd1b7d07","url":null,"fillingFeedbackId":"cca56619-e322-4b18-8e56-3c36cfa50b5e","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"883d81fe-725b-4b21-8623-bc3ceeb86e57","userUrl":null,"creationDateTime":"2026-01-14T15:04:06.7704896+00:00","lastModifiedDateTime":null,"medias":[{"id":"4ca8e397-1333-43bd-bae2-ed800a11d05d","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