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":"3a792697-44b2-48aa-835f-cd354bee9709","url":null,"fillingFeedbackId":"ee0c4fc6-ccc6-4811-889b-e260a1cb3e60","fillingFeedbackUrl":null,"parentCommentId":"0c8b79bd-61fb-4b6d-9f03-741afb73ee02","parentCommentUrl":null,"userId":"71dcf34f-8497-4a19-9cb2-d0014a458e77","userUrl":null,"creationDateTime":"2025-01-21T05:06:02.0118732+00:00","lastModifiedDateTime":"2025-01-22T05:06:02.0118732+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"13a38387-fc38-4a63-ad4c-c3f31ede952a","url":null,"fillingFeedbackId":"d750aa82-57fd-48b9-83b9-88968f8f75ba","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"25e7659b-80ae-4300-873c-01d98af4a325","userUrl":null,"creationDateTime":"2025-01-21T05:06:02.0118732+00:00","lastModifiedDateTime":null,"medias":[{"id":"3e7e7a5a-baba-4349-a74d-70b06a09ec12","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