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":"488d544c-32de-4c82-82f2-7667f75a75be","url":null,"fillingFeedbackId":"f9bc5863-3473-4f5e-8817-3a73dd9a88e8","fillingFeedbackUrl":null,"parentCommentId":"01263ecf-94c6-45f9-bb47-f8f5c3bab3b3","parentCommentUrl":null,"userId":"92fbb2b0-189b-4591-b925-b3975c59043d","userUrl":null,"creationDateTime":"2026-01-23T17:12:04.7298668+00:00","lastModifiedDateTime":"2026-01-24T17:12:04.7298668+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"359d7b37-accf-4aac-8e83-5efba24231fb","url":null,"fillingFeedbackId":"b5dda102-6f14-4cbf-a74e-13b487d2ff9e","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"166d5a74-43f6-4668-b0ab-5f83607406e5","userUrl":null,"creationDateTime":"2026-01-23T17:12:04.7298668+00:00","lastModifiedDateTime":null,"medias":[{"id":"57c5567a-1331-423d-85b4-2d1f47b70441","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