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":"485a2f95-18f3-4642-bae6-d95f75964449","url":null,"fillingFeedbackId":"a7aa74d2-fdd8-422c-a18e-dea3ac393be9","fillingFeedbackUrl":null,"parentCommentId":"1aa899c2-6a95-4687-9f90-2515c23834a2","parentCommentUrl":null,"userId":"501f3c24-85dc-4b40-be2b-a8acdb134215","userUrl":null,"creationDateTime":"2025-09-12T18:10:20.5300759+00:00","lastModifiedDateTime":"2025-09-13T18:10:20.5300759+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"ae3c5dee-7d4f-4895-99f7-bd28a0ab829e","url":null,"fillingFeedbackId":"7d2ae0fb-21c5-4b3f-9685-c95d1e5ab927","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"89ccb652-099e-4297-8d84-41d3a84f02cd","userUrl":null,"creationDateTime":"2025-09-12T18:10:20.5300759+00:00","lastModifiedDateTime":null,"medias":[{"id":"688ee2e7-ab9f-4183-b095-aad19fd2f3a0","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