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":"54560707-f972-4856-8b37-b44c6f836034","url":null,"feedbackId":"fd3b4cd8-aa86-4f1e-9639-d2662bae8252","feedbackUrl":null,"parentCommentId":"e3cc7a13-791e-4dd9-a743-7749e5352238","parentCommentUrl":null,"userId":"64e5a5c0-d125-4e43-8485-16707057f331","userUrl":null,"creationDateTime":"2025-04-29T10:44:35.7824745+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"1b8a0a0a-0c8f-4888-8615-9681620efb03","url":null,"feedbackId":"94902754-2199-4500-8ce3-277b7798ad22","feedbackUrl":null,"parentCommentId":"f5a3f58d-839a-43e3-a86f-7600fb9b8525","parentCommentUrl":null,"userId":"0d811274-aa48-4259-b943-d49382e14978","userUrl":null,"creationDateTime":"2025-04-29T10:44:35.7824745+00:00","lastModifiedDateTime":"2025-04-30T10:44:35.7824745+00:00","medias":[{"id":"a302e681-066d-45ab-a850-b952a38adb43","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