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":"152cb8c9-f349-4573-92dc-e69aa59da404","url":null,"feedbackId":"576f32bd-621b-427d-b8db-0f90cbd7141c","feedbackUrl":null,"parentCommentId":"f9871f08-591f-45b2-8b21-459dce972f73","parentCommentUrl":null,"userId":"29d7c8cd-e656-4e58-a445-174a3d033183","userUrl":null,"creationDateTime":"2026-07-11T09:20:04.1012648+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"a07a079c-f07f-4e46-a374-8ad63c326248","url":null,"feedbackId":"03ec8580-52b5-4dda-ba2f-b687709dfc4a","feedbackUrl":null,"parentCommentId":"ebe56ca3-2369-4566-8ea6-2597c6e2eac2","parentCommentUrl":null,"userId":"00fc30b7-f48d-4ac8-8ffe-7b0fd4bc67d9","userUrl":null,"creationDateTime":"2026-07-11T09:20:04.1012648+00:00","lastModifiedDateTime":"2026-07-12T09:20:04.1012648+00:00","medias":[{"id":"45b88abd-8942-4beb-aadd-2832ad994c09","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