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":"8d00c7dd-e350-4594-9e2b-45941783ecc2","url":null,"fillingFeedbackId":"d3dc06d1-ae6f-4e04-8e50-5717bd7371ce","fillingFeedbackUrl":null,"parentCommentId":"99659eb2-1131-4c0a-9143-0807bb571437","parentCommentUrl":null,"userId":"a6a56be6-11a8-438a-9876-04b80ee1627b","userUrl":null,"creationDateTime":"2026-05-09T11:50:17.0315745+00:00","lastModifiedDateTime":"2026-05-10T11:50:17.0315745+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"6e84d4fe-23c4-481e-a13e-c10b1767b9e3","url":null,"fillingFeedbackId":"6bd3135e-9b82-4b59-9b95-c8676c05da30","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"f11e4b60-5631-4085-9d7c-0eccaae12dcf","userUrl":null,"creationDateTime":"2026-05-09T11:50:17.0315745+00:00","lastModifiedDateTime":null,"medias":[{"id":"f01c228f-7c26-4540-acef-915af3a11968","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