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":"b714eb5a-e0f3-4023-a4f5-d9278e539875","url":null,"fillingFeedbackId":"7d9c4693-7a4c-494f-b225-faf77798e3b1","fillingFeedbackUrl":null,"parentCommentId":"0eee230c-2aac-452f-8d47-9ecc57a0a46f","parentCommentUrl":null,"userId":"176b4102-c119-421a-9e06-f38baad78c9e","userUrl":null,"creationDateTime":"2025-02-06T14:07:46.5988872+00:00","lastModifiedDateTime":"2025-02-07T14:07:46.5988872+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"0fe5bf3f-a9ad-46e3-bc77-dbd00c68e8eb","url":null,"fillingFeedbackId":"3a25c847-46ab-4090-bb2a-2fd727b626d6","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"0c1aebd4-f6b8-42d7-8b39-549494f352ed","userUrl":null,"creationDateTime":"2025-02-06T14:07:46.5988872+00:00","lastModifiedDateTime":null,"medias":[{"id":"99a75fd2-a3a0-4949-a628-35ddc98ab180","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