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":"e778be5c-0989-4a07-9592-1d75df7a111d","url":null,"fillingFeedbackId":"6ab84570-04b6-4a64-aebc-6d6a291a8c1f","fillingFeedbackUrl":null,"parentCommentId":"1477e3bf-0ef1-456e-8eca-570d78c94c14","parentCommentUrl":null,"userId":"91057b34-8865-4340-8093-f5305fab563b","userUrl":null,"creationDateTime":"2026-05-29T22:20:12.7176033+00:00","lastModifiedDateTime":"2026-05-30T22:20:12.7176033+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"cc6cb719-a3af-4159-ba57-15263d70aa2b","url":null,"fillingFeedbackId":"f81f99b8-cf1f-4dee-9939-9def047d6cfe","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"693ec009-d3a8-46d6-82d3-3c8c98b929a9","userUrl":null,"creationDateTime":"2026-05-29T22:20:12.7176033+00:00","lastModifiedDateTime":null,"medias":[{"id":"63815a74-9979-408f-ba03-c8beb7e8f5e4","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