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":"678be6cc-7dd4-45a7-9373-0faf45ac8293","url":null,"fillingFeedbackId":"7c3e3697-0434-460a-9021-5ebba52c2fd5","fillingFeedbackUrl":null,"parentCommentId":"2e604486-b895-4eba-847c-fe919001b513","parentCommentUrl":null,"userId":"3d787a35-68ea-4714-9d78-a81af4387b23","userUrl":null,"creationDateTime":"2026-02-04T07:02:38.7097777+00:00","lastModifiedDateTime":"2026-02-05T07:02:38.7097777+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"afcb09d3-4f35-44ad-b241-1a79cc95c7d3","url":null,"fillingFeedbackId":"6d34ea79-a512-4673-ac5f-03fcabe64f92","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"ce3bd874-bb6f-472d-bdd3-54fbbead92ac","userUrl":null,"creationDateTime":"2026-02-04T07:02:38.7097777+00:00","lastModifiedDateTime":null,"medias":[{"id":"25866d07-0b02-4411-a678-6be2e5f3034e","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