Relesys API Docs

v1.4

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

Answer Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
https://api.relesysapp.net/api/v1.4/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":"4d633087-b968-4916-8417-3efe0cc23ba6","url":null,"feedbackId":"83a6e1f3-caa2-4c2b-9fe9-5144b2fb61ca","feedbackUrl":null,"parentCommentId":"e49decde-fafb-4102-80a1-f601ed0113ef","parentCommentUrl":null,"userId":"2210530f-691e-4e93-8f6a-79f60d682bbe","userUrl":null,"creationDateTime":"2026-07-30T22:00:36.4891811+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"1636b23a-328c-41ef-bf7f-e3385909f168","url":null,"feedbackId":"c42e6263-46b2-41b3-9206-b5f192ccc354","feedbackUrl":null,"parentCommentId":"5fb48353-748d-4333-ba78-567c3a36cd1f","parentCommentUrl":null,"userId":"ae7cd291-e043-4523-bb6d-55a114dfee48","userUrl":null,"creationDateTime":"2026-07-30T22:00:36.4891811+00:00","lastModifiedDateTime":"2026-07-31T22:00:36.4891811+00:00","medias":[{"id":"f4943097-3f7a-4958-8c2c-fbf8bb6d92e2","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