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":"5d5e8d1b-1571-4048-a197-43f0f882e7ba","url":null,"fillingFeedbackId":"34010957-62d5-4a1a-92d8-513232ebfda4","fillingFeedbackUrl":null,"parentCommentId":"38990845-4199-4555-9c24-da30dfb21588","parentCommentUrl":null,"userId":"e9890001-82f9-4f17-896e-4d68d4b4b049","userUrl":null,"creationDateTime":"2025-12-06T04:24:24.3858682+00:00","lastModifiedDateTime":"2025-12-07T04:24:24.3858682+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"bae7d537-6e6b-4263-9830-61d7076e5467","url":null,"fillingFeedbackId":"426cf89f-0f03-4afc-95b3-32cf547a6be8","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"4ac4e272-511a-4e57-9e33-34a0d943b68d","userUrl":null,"creationDateTime":"2025-12-06T04:24:24.3858682+00:00","lastModifiedDateTime":null,"medias":[{"id":"26223ed2-0a47-45d4-b970-73fa8bb5c8cb","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