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":"51af8251-3cae-4752-9364-bc48028b0aa1","url":null,"fillingFeedbackId":"b12c1719-882c-494a-a5f7-519dfc0c5d28","fillingFeedbackUrl":null,"parentCommentId":"34efff83-b186-4d56-b9c2-d2beaf569423","parentCommentUrl":null,"userId":"ffb81ca1-52be-4e14-b91b-f4e9639f8a70","userUrl":null,"creationDateTime":"2025-06-26T12:50:29.3520354+00:00","lastModifiedDateTime":"2025-06-27T12:50:29.3520354+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"1bddf3ac-e8f0-4d5d-977b-f1235e8967ca","url":null,"fillingFeedbackId":"9e188fd8-fa22-485c-8167-672f548fb085","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"7d660c4d-46c1-44bb-adf7-000e01da4ea1","userUrl":null,"creationDateTime":"2025-06-26T12:50:29.3520354+00:00","lastModifiedDateTime":null,"medias":[{"id":"f326efb6-3b51-43cf-9c71-0f5c41c1b682","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