Relesys API Docs

v1.4

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

Filling Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments
https://api.relesysapp.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":"d3316f3c-d4e3-416a-98ee-6db258caa9fe","url":null,"fillingFeedbackId":"fc105d57-eccc-4aff-b0e0-e82c6932e8e7","fillingFeedbackUrl":null,"parentCommentId":"27625c67-612e-4ac2-8f2b-230d0bbcb891","parentCommentUrl":null,"userId":"0524dd17-12b4-4239-93b0-71f3ab057270","userUrl":null,"creationDateTime":"2026-05-09T12:59:32.5772091+00:00","lastModifiedDateTime":"2026-05-10T12:59:32.5772091+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"c3aef672-d15a-44ac-9fb9-7729abc821b6","url":null,"fillingFeedbackId":"9674f318-49e3-46a9-8326-2ad21047e385","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"fbe9b570-6297-46a1-97a2-b37ef40d6550","userUrl":null,"creationDateTime":"2026-05-09T12:59:32.5772091+00:00","lastModifiedDateTime":null,"medias":[{"id":"c593b852-057f-40a5-966e-6551711239dc","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