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":"1f16d0d2-18cc-48da-9c11-d1415df505ac","url":null,"fillingFeedbackId":"587d4630-6a58-4e0c-9c41-eaa71ea41ccf","fillingFeedbackUrl":null,"parentCommentId":"18f89f42-a75b-4058-a666-a64fb8d80a34","parentCommentUrl":null,"userId":"b5f755ad-6ccb-4384-9471-e704727b2088","userUrl":null,"creationDateTime":"2025-10-12T19:56:44.7654053+00:00","lastModifiedDateTime":"2025-10-13T19:56:44.7654053+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"1d49f8b7-c682-45b2-8ba5-cda4ce15f431","url":null,"fillingFeedbackId":"d0fe0a75-0ff5-4360-82fd-a24ac15d052a","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"e3bc1e28-7fd2-44ba-82ab-2637d72b4a47","userUrl":null,"creationDateTime":"2025-10-12T19:56:44.7654053+00:00","lastModifiedDateTime":null,"medias":[{"id":"b4efa5a3-f642-42bc-a3cd-65ee13d355c6","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