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":"b8aaa555-dcb6-4ffc-bb49-e2b263e84eef","url":null,"fillingFeedbackId":"e87d3151-0925-4d66-89c8-28126696abb9","fillingFeedbackUrl":null,"parentCommentId":"8f103069-cb81-4f47-8c6b-e7e1ea2c00dd","parentCommentUrl":null,"userId":"93c7d59a-c044-4338-ae64-0da2c15422e7","userUrl":null,"creationDateTime":"2026-01-14T20:29:03.4533517+00:00","lastModifiedDateTime":"2026-01-15T20:29:03.4533517+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"c86e8bf4-2e11-44f9-a563-ff33d1e9c52e","url":null,"fillingFeedbackId":"f0085edb-5e10-4361-bc27-a2fb2f339530","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"ae9045e4-b611-4257-8f6d-2ac4b938b878","userUrl":null,"creationDateTime":"2026-01-14T20:29:03.4533517+00:00","lastModifiedDateTime":null,"medias":[{"id":"3cc9c14f-ee3d-4ab9-bbb3-dedb2454635e","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