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":"836d5e8b-0b0d-4935-8fec-da4a2306a1b5","feedbackId":"cd141552-68e3-42bf-b411-3d693e575b2f","parentCommentId":"f955a747-9ba1-4362-9c2a-f7ea1240b375","userId":"055685c3-84f3-41a9-abc9-dfc41054d373","creationDateTime":"2026-05-14T20:51:10.4653321Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["fd38eee2-7851-4498-b1c8-44d4ab9286c9","b18d29ff-d753-479d-a0a1-e18f90ffe788"]},{"id":"d609b121-b9b2-44dc-9bbd-8b7ce213ee46","feedbackId":"ba1d445c-7ca7-4f9b-ac8f-4c44785e024f","parentCommentId":null,"userId":"6b7b28c2-e13c-43c8-b16d-610518b6f135","creationDateTime":"2026-05-14T20:51:10.4653321Z","lastModifiedDateTime":"2026-05-15T20:51:10.4653321+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