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":"230aed81-8135-4c95-836c-298f1bb1adcd","url":null,"fillingFeedbackId":"c66969dd-c3f9-4b83-bf14-36b06ff16bd8","fillingFeedbackUrl":null,"parentCommentId":"6c168dc6-5295-4f9a-bf45-03e6605ecbea","parentCommentUrl":null,"userId":"31223057-14db-4884-bf21-baa4e4fd643b","userUrl":null,"creationDateTime":"2025-05-11T23:55:35.5201041+00:00","lastModifiedDateTime":"2025-05-12T23:55:35.5201041+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"8a2ed023-9eb6-424e-9173-afd3950f5fb7","url":null,"fillingFeedbackId":"72118354-b451-451b-b503-c04e7048a78c","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"cfa62a01-b9bf-488c-98ff-8b63fd78bfa4","userUrl":null,"creationDateTime":"2025-05-11T23:55:35.5201041+00:00","lastModifiedDateTime":null,"medias":[{"id":"0618da83-3460-4394-87c9-c3ffd2b057c6","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