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":"f9e49d61-0345-4862-b642-d54c359522b5","url":null,"fillingFeedbackId":"519d8af3-4072-41aa-a7ac-34049c83a5f0","fillingFeedbackUrl":null,"parentCommentId":"85aab163-eff4-4f26-aef4-9dd5329609fa","parentCommentUrl":null,"userId":"f015dec6-2993-498a-b461-2efb81d43798","userUrl":null,"creationDateTime":"2025-04-24T09:14:13.9610529+00:00","lastModifiedDateTime":"2025-04-25T09:14:13.9610529+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"bd07b51a-a975-4277-b027-49a86cb1d0c4","url":null,"fillingFeedbackId":"85ef9996-9f0f-4a69-89f9-4e2d3719364c","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"5135b24c-4a2e-4a99-8bfe-1bd3819d5b36","userUrl":null,"creationDateTime":"2025-04-24T09:14:13.9610529+00:00","lastModifiedDateTime":null,"medias":[{"id":"9110b351-f05a-46c5-a227-3db32873fde8","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