Relesys API Docs

v1.4

https://api.uat.relesystest.net/api/v1.4

Filling Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments
https://api.uat.relesystest.net/api/v1.4/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":"eb101d4f-dc6e-4370-b1c6-1dcce2957b7d","url":null,"fillingFeedbackId":"10ff8867-90fe-4dfb-af4e-819a09d8e00e","fillingFeedbackUrl":null,"parentCommentId":"27f44143-7a6c-47a6-854f-13654bb86db4","parentCommentUrl":null,"userId":"33c24450-bbc1-45ed-930a-f42d1745154a","userUrl":null,"creationDateTime":"2026-06-22T17:42:57.7877283+00:00","lastModifiedDateTime":"2026-06-23T17:42:57.7877283+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"d3be236c-a636-4daf-b2f1-a011876324d8","url":null,"fillingFeedbackId":"a3f3d69d-746b-4e63-8de3-46456753c86f","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"7749d980-7c80-4f08-8988-df614f2dde45","userUrl":null,"creationDateTime":"2026-06-22T17:42:57.7877283+00:00","lastModifiedDateTime":null,"medias":[{"id":"b19aad20-df57-4805-86c9-e3cc65179f4e","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