Relesys API Docs

v1.1

https://api.relesysapp.net/api/v1.1

Answers

Get Answer Feedback Comments
GET /serviceforms/{serviceFormId}/forms/{formId}/answers/{answerId}/feedback/{feedbackId}/comments
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/answers/{answerId}/feedback/{feedbackId}/comments
Get a list of comments related to the feedback with ID feedbackId.

NOTE: This endpoint is only available if feedback is enabled on the form as well as on the field itself.
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
serviceFormId string / guid required
formId string / guid required
answerId string / guid required
feedbackId string / guid required
Query String
creationDateTime datetime 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":"dfd2e34e-bb5e-484c-88bc-d4a33411ca34","feedbackId":"37e813fc-7ed3-416f-87e7-594d970daf53","parentCommentId":"16705d43-a3e2-4acd-8543-cbd31095d883","userId":"6b33e4f2-e3f4-4966-82ec-ef6580f45b19","creationDateTime":"2026-04-03T09:45:50.9186393Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["4395d6f6-4364-43cd-8d8d-d64e0e84e045","a4a766fa-bf82-43d9-8fd1-8aa49a38793a"]},{"id":"9ad5c41e-43b3-425f-8e1b-c5a217b996d0","feedbackId":"afb7eff8-f3da-4475-9aa6-44e0ea6c8760","parentCommentId":null,"userId":"4d977843-3b98-4eed-8d61-87964644aa46","creationDateTime":"2026-04-03T09:45:50.9186393Z","lastModifiedDateTime":"2026-04-04T09:45:50.9186393+00:00","value":"Answer feedback comment 2","mediaIds":[]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetime      
   feedbackId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   mediaIds array[string / guid]      
   parentCommentId string / guid      
   userId string / guid      
   value string      
  nextUrl string      
  previousUrl string