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":"1f9b7c4d-7cf8-4f5e-a114-5c0c152b1c8a","url":null,"fillingFeedbackId":"1b6455b8-e3f2-465a-86e0-80462d29f4e5","fillingFeedbackUrl":null,"parentCommentId":"ac606a13-b3ea-44bb-ae5a-fa71b3266ec9","parentCommentUrl":null,"userId":"111a5cd4-6b60-49da-b6ce-c29837945aaf","userUrl":null,"creationDateTime":"2024-07-26T08:16:00.5470084+00:00","lastModifiedDateTime":"2024-07-27T08:16:00.5470084+00:00","medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"},{"culture":"en-GB","text":"Text example 2"}]},{"id":"f6fe66b2-d0c5-4d12-8e4b-93380c523df7","url":null,"fillingFeedbackId":"7fe95627-16b0-4dde-a486-b93382f78e1c","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"d2b24e41-9fd3-4a89-8f4f-90d42ffd8199","userUrl":null,"creationDateTime":"2024-07-26T08:16:00.5470084+00:00","lastModifiedDateTime":null,"medias":[{"id":"1edfae3d-126f-4e55-8279-85d0c550780b","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