Relesys API Docs

v1.3

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

Filling Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments
https://api.relesysapp.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":"ce4cd6fe-c98f-48ab-ad3e-927ab7db1cbd","url":null,"fillingFeedbackId":"d5b70abe-9a09-405d-873c-36f1321878a8","fillingFeedbackUrl":null,"parentCommentId":"d2dd06c0-b607-4099-83e5-2bad4a7871b1","parentCommentUrl":null,"userId":"95ec5071-ebff-4fc3-b250-8ee4a151fe64","userUrl":null,"creationDateTime":"2026-02-25T04:13:55.2380519+00:00","lastModifiedDateTime":"2026-02-26T04:13:55.2380519+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"c3789f21-b7ff-4abc-82ad-62f709689b7a","url":null,"fillingFeedbackId":"62487ab9-a220-4f91-9b98-4f4f7e7b8668","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"c6fd6612-16fa-4c82-b2db-35a99af8dd75","userUrl":null,"creationDateTime":"2026-02-25T04:13:55.2380519+00:00","lastModifiedDateTime":null,"medias":[{"id":"453be22e-0ea9-455b-bc16-d6144f450a30","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