Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Filling Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments
https://api.relesysapp.net/api/v1.4/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":"2c7b1ce1-02c3-4baa-94a6-ffd1c513be40","url":null,"fillingFeedbackId":"011e2056-50de-412a-8bed-aa900604159f","fillingFeedbackUrl":null,"parentCommentId":"6d33f450-83fc-4ca2-8466-ec68e21ce3ce","parentCommentUrl":null,"userId":"a164b0ee-c299-4144-86c9-1ea01c3f79aa","userUrl":null,"creationDateTime":"2026-07-09T00:52:47.2762891+00:00","lastModifiedDateTime":"2026-07-10T00:52:47.2762891+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"e6805942-281d-48fe-903e-e8483a286170","url":null,"fillingFeedbackId":"b71b3934-7b38-4c09-8976-795b653f2053","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"3413f5b4-1233-48b9-995d-a8154ccdf869","userUrl":null,"creationDateTime":"2026-07-09T00:52:47.2762891+00:00","lastModifiedDateTime":null,"medias":[{"id":"971b02a0-06a6-4b2b-ab2c-63e611d04f40","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