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":"b921ce7d-2c29-4115-8ef2-938e3b250b43","url":null,"fillingFeedbackId":"87d00553-67c5-4fb1-9fe9-62fef9e6cf39","fillingFeedbackUrl":null,"parentCommentId":"74c58b29-fc3b-4c77-94f5-bbf455da1633","parentCommentUrl":null,"userId":"b221f852-a4c3-42b1-9df6-ecf1acc948f5","userUrl":null,"creationDateTime":"2024-11-20T06:26:58.1888356+00:00","lastModifiedDateTime":"2024-11-21T06:26:58.1888356+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"5b9b90cf-df73-4cdc-aec9-7550baadea6e","url":null,"fillingFeedbackId":"4e78e34e-8929-4d31-8267-0e798d2a2b73","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"119c5791-69ae-4c72-ae5d-5a6def62028c","userUrl":null,"creationDateTime":"2024-11-20T06:26:58.1888356+00:00","lastModifiedDateTime":null,"medias":[{"id":"67414c61-8dcc-4949-97e8-6bf99ddca6c7","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