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":"ff3ad469-723a-41da-bce6-ea124aefdc9d","url":null,"fillingFeedbackId":"bfe6d6a0-5b66-4700-94b7-9901bd4799fa","fillingFeedbackUrl":null,"parentCommentId":"b6ac403f-7372-431f-b82f-107b9d65a83e","parentCommentUrl":null,"userId":"d20952f0-9cb3-4c0d-9b73-76c179bdfa43","userUrl":null,"creationDateTime":"2025-04-02T21:59:23.4213255+00:00","lastModifiedDateTime":"2025-04-03T21:59:23.4213255+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"04f94b5f-b482-4f39-8350-9237f70690cb","url":null,"fillingFeedbackId":"c61fc1a2-cff6-43c6-a011-52d2cbeb91c9","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"2bf522a4-2610-4b4e-b996-7b2dc26dce9e","userUrl":null,"creationDateTime":"2025-04-02T21:59:23.4213255+00:00","lastModifiedDateTime":null,"medias":[{"id":"a89bdfd9-dd84-466f-af50-0178e3fb3405","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