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":"2f05c96a-8a34-4861-a706-b4cf2281d3bf","url":null,"fillingFeedbackId":"75239855-212c-4f88-8aea-5496dfc870cd","fillingFeedbackUrl":null,"parentCommentId":"6dfa2fc4-5492-4da6-a45f-d3517d45beee","parentCommentUrl":null,"userId":"bfe60738-c98b-45b3-923b-bb6c179cf972","userUrl":null,"creationDateTime":"2025-06-05T20:29:40.5875496+00:00","lastModifiedDateTime":"2025-06-06T20:29:40.5875496+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"24361c7e-6bf4-435c-9080-e7e272d697d8","url":null,"fillingFeedbackId":"5a8448e9-f7cb-41a7-b57e-838330f50170","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"a950d11f-3d5b-4311-b868-600bad517a33","userUrl":null,"creationDateTime":"2025-06-05T20:29:40.5875496+00:00","lastModifiedDateTime":null,"medias":[{"id":"7132456d-98d8-4ef2-95a0-c68578bc61cf","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