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":"338183d6-f430-429b-a6a4-5fa2df7f7140","url":null,"fillingFeedbackId":"a87438f8-0262-48f5-ae92-79941084cf1e","fillingFeedbackUrl":null,"parentCommentId":"659eaf92-39f4-416a-935a-06825eb0c6d2","parentCommentUrl":null,"userId":"4a848053-30e7-486e-9255-06dee054e4da","userUrl":null,"creationDateTime":"2025-12-22T19:07:08.196538+00:00","lastModifiedDateTime":"2025-12-23T19:07:08.196538+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"5a03d045-99a3-4b87-9c7f-ac4f05ce528e","url":null,"fillingFeedbackId":"22abe30c-6738-4776-a820-2d34866785c2","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"042c1d47-e011-45ea-a525-85f189d9fb1f","userUrl":null,"creationDateTime":"2025-12-22T19:07:08.196538+00:00","lastModifiedDateTime":null,"medias":[{"id":"dfe173e6-1ded-4ebf-9455-26887c4c3c51","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