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":"bb00ec1b-2138-4a2b-8627-b9574cbe1a48","url":null,"fillingFeedbackId":"f87c0568-7fb8-41a1-95a3-c7a14d2e79c7","fillingFeedbackUrl":null,"parentCommentId":"e5d6e484-6251-4791-bfc5-d8ff9e098954","parentCommentUrl":null,"userId":"b1d9b954-cc28-42c0-9daf-8e5eeb25e0da","userUrl":null,"creationDateTime":"2025-09-16T17:17:37.4910797+00:00","lastModifiedDateTime":"2025-09-17T17:17:37.4910797+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"08de4437-f8b7-456c-a4aa-15870abb95cd","url":null,"fillingFeedbackId":"f286a754-45b9-4ca9-9a33-5718d033b192","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"57502828-dd09-4f2b-bb51-0edb5c5ecc2b","userUrl":null,"creationDateTime":"2025-09-16T17:17:37.4910797+00:00","lastModifiedDateTime":null,"medias":[{"id":"4a540e93-80b2-4ca0-9bcd-7824954fe784","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