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":"6f8dd4d0-236d-40da-b43a-e79db8ed35ba","url":null,"fillingFeedbackId":"cfec7da4-5236-40c6-9bed-1066aa017184","fillingFeedbackUrl":null,"parentCommentId":"b5bd28ba-8e88-4447-a232-5e334ac17bbf","parentCommentUrl":null,"userId":"45d36cc0-0e75-4c0c-a9b7-b968b74fdd84","userUrl":null,"creationDateTime":"2026-04-19T08:42:56.2030906+00:00","lastModifiedDateTime":"2026-04-20T08:42:56.2030906+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"f44eccf5-3263-49ec-b1ab-67e5f266096f","url":null,"fillingFeedbackId":"18716dab-9039-418d-918e-b72df3ee23ff","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"2b70da62-8cd2-4428-8535-4c9f7e2d1a68","userUrl":null,"creationDateTime":"2026-04-19T08:42:56.2030906+00:00","lastModifiedDateTime":null,"medias":[{"id":"6e5ddbd2-1f33-4abb-9b1a-a8cfcac93785","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