Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Answer Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
https://api.uat.relesystest.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":"4ff4fdfe-95b1-4ea8-b3eb-720da3f6f216","url":null,"feedbackId":"84ea1d6a-f367-42c5-85e0-c4670b8540bf","feedbackUrl":null,"parentCommentId":"bb3d8d40-f042-4a2f-9d08-b97204a60200","parentCommentUrl":null,"userId":"dd0c5b80-5fcb-4328-ae52-01f7da2d13d2","userUrl":null,"creationDateTime":"2026-01-12T14:56:44.8558814+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"3e5b2453-9cab-4a9b-a316-a15a5951adf8","url":null,"feedbackId":"d0dfda49-4927-493b-82b5-dc87a7bc0aed","feedbackUrl":null,"parentCommentId":"8763ceb2-11cd-4c75-8627-80d4d900ae82","parentCommentUrl":null,"userId":"8763cabb-6a10-42c3-bad3-0500e2c192bf","userUrl":null,"creationDateTime":"2026-01-12T14:56:44.8558814+00:00","lastModifiedDateTime":"2026-01-13T14:56:44.8558814+00:00","medias":[{"id":"95742eb9-c51e-4e6b-81a0-c58606db6f11","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