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":"78837264-2133-44ce-9f78-ba2366e82fa3","url":null,"fillingFeedbackId":"38f6f1b1-ff7d-4c87-ae28-3ca1796c6d9c","fillingFeedbackUrl":null,"parentCommentId":"6cfdba1d-f2ca-4448-8a2e-fc5c15a76f6a","parentCommentUrl":null,"userId":"dc16ef03-21e0-4cb9-9e6c-62d0454bbcde","userUrl":null,"creationDateTime":"2025-05-15T00:35:39.6356327+00:00","lastModifiedDateTime":"2025-05-16T00:35:39.6356327+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"66f0669d-89ea-4026-9490-00a87e1dd6e0","url":null,"fillingFeedbackId":"5e303085-e800-4564-9b37-2bb3a0a8dd8f","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"4c3427ff-0050-4c14-b1c9-946862f75dc8","userUrl":null,"creationDateTime":"2025-05-15T00:35:39.6356327+00:00","lastModifiedDateTime":null,"medias":[{"id":"047ccf15-52e2-4f5a-bcff-881282bcaf21","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