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":"c423485c-10f5-4074-a150-24d2eaba2268","url":null,"feedbackId":"b80ce6d3-f96a-4759-9fe3-cf9c4bdcf86d","feedbackUrl":null,"parentCommentId":"865ae201-4f21-45de-a08b-b3f7dbc15f3a","parentCommentUrl":null,"userId":"25be3224-2207-434b-8b96-9fe0ea269c22","userUrl":null,"creationDateTime":"2025-02-17T22:24:25.5878347+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"3c186977-ff9f-4a79-bf50-c501bc7b43ef","url":null,"feedbackId":"ed54fb7a-a5ad-4690-8ee2-d220c9845886","feedbackUrl":null,"parentCommentId":"aaeac525-4126-4c4c-8b55-03efe47ee1d1","parentCommentUrl":null,"userId":"86e5d0c4-d5c6-43a8-a527-b147d5a87b17","userUrl":null,"creationDateTime":"2025-02-17T22:24:25.5878347+00:00","lastModifiedDateTime":"2025-02-18T22:24:25.5878347+00:00","medias":[{"id":"e9434aaa-f268-4ab8-8288-ab7e411739d1","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