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":"fd2f1415-cb18-4260-8b9c-aca0c49ac686","url":null,"feedbackId":"719932fb-5a0d-4672-aa88-902503a6fea5","feedbackUrl":null,"parentCommentId":"55de42ef-aade-4da1-95d1-76e11b972fe1","parentCommentUrl":null,"userId":"bdca1f2c-e160-490c-9fc2-8ed639848c47","userUrl":null,"creationDateTime":"2026-02-17T15:58:40.5712322+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"703621f4-f6c8-4055-be0c-a1d4fddd7298","url":null,"feedbackId":"f0688610-1854-4ec1-ba98-d8eda7fa843a","feedbackUrl":null,"parentCommentId":"09e22cd1-e44b-47f9-8631-a8e29c4b9d89","parentCommentUrl":null,"userId":"541b4b85-af5c-4422-b37a-cf6c444baa88","userUrl":null,"creationDateTime":"2026-02-17T15:58:40.5712322+00:00","lastModifiedDateTime":"2026-02-18T15:58:40.5712322+00:00","medias":[{"id":"4e0bd0c4-4322-49f1-8865-0046963464fd","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