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":"c6e59d68-3bd2-4f72-a127-88e803f171b9","url":null,"feedbackId":"0c8ce8a9-84df-46c2-8db9-e314c1326ffb","feedbackUrl":null,"parentCommentId":"fb7d7a20-2ccb-49a4-b62d-ac01111d3914","parentCommentUrl":null,"userId":"1178489c-1e7d-4c73-9fd8-3655fb09e978","userUrl":null,"creationDateTime":"2026-03-07T04:40:25.9853586+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"f6b080d4-ad1c-4bdf-8270-f542af385574","url":null,"feedbackId":"8572d1a5-343c-478d-8e48-ae30181291d2","feedbackUrl":null,"parentCommentId":"015b034b-6ca3-4880-b6df-a4ac8501c8ac","parentCommentUrl":null,"userId":"557e9623-5c71-48a8-bb58-8878a68e15fb","userUrl":null,"creationDateTime":"2026-03-07T04:40:25.9853586+00:00","lastModifiedDateTime":"2026-03-08T04:40:25.9853586+00:00","medias":[{"id":"2b6b9d29-c83b-41ce-9dda-037986f33220","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