Relesys API Docs

v1.2

https://api.relesysapp.net/api/v1.2

Filling Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments
https://api.relesysapp.net/api/v1.2/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":"8d774875-d127-403f-a509-dd531f32b35c","url":null,"fillingFeedbackId":"db7c591e-1550-4ef6-a35b-38971b73ef0b","fillingFeedbackUrl":null,"parentCommentId":"10867796-0688-45dc-a9c6-6a5bb1b806f5","parentCommentUrl":null,"userId":"803cf4c9-8815-4d87-8423-4673e03d8f2e","userUrl":null,"creationDateTime":"2024-04-26T19:31:22.9527226+00:00","lastModifiedDateTime":"2024-04-27T19:31:22.9527226+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"cf16138e-d3df-427c-b4fb-0cf3c6e7442b","url":null,"fillingFeedbackId":"0b5b3fd4-26ee-492d-90ab-6841bc13b4cb","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"62da6907-4b9d-4984-bbba-ef7beff3b6e7","userUrl":null,"creationDateTime":"2024-04-26T19:31:22.9527226+00:00","lastModifiedDateTime":null,"medias":[{"id":"a228967f-27a0-4201-af71-b18d98cf28aa","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