Relesys API Docs

v1.3

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

Answer Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
Get a list of answer feedback comments for the form with ID formId

Please note: This endpoint is only available if feedback is enabled on the module, the form and on the field itself.
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
feedbackId 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":"4248f99f-4d3c-4cd5-8889-dee207abdddf","url":null,"feedbackId":"7a835457-3a95-4dd0-b21d-51edda6bc221","feedbackUrl":null,"parentCommentId":"2b6bde52-6857-4b77-b6ad-06d46fbf83e2","parentCommentUrl":null,"userId":"4a8a98ac-3d29-4ef3-90f1-a732f7d1bd14","userUrl":null,"creationDateTime":"2025-01-15T12:43:33.2827261+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"434824a4-4c40-4164-a4eb-88c23561b25e","url":null,"feedbackId":"5b5829a3-da22-45b7-94cb-b5fd2fb08334","feedbackUrl":null,"parentCommentId":"aa50f0eb-b998-4e20-b7f9-2fda92fd590a","parentCommentUrl":null,"userId":"b3e7e5ca-d2cf-41a6-94e2-dd8e2156bd9d","userUrl":null,"creationDateTime":"2025-01-15T12:43:33.2827261+00:00","lastModifiedDateTime":"2025-01-16T12:43:33.2827261+00:00","medias":[{"id":"54785b74-8a58-488d-91fd-e0acd1a9ce78","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}],"locales":[{"culture":"da-DK","text":"Text example 2"},{"culture":"en-GB","text":"Text example 3"}]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   feedbackId string / guid      
   feedbackUrl 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