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":"c24995be-bdbd-45e6-998b-c5a601f35397","feedbackId":"1a793976-0515-437b-aa14-11296e64dfd8","parentCommentId":"58e1abb9-656c-4e08-9f8e-e27c23f472ac","userId":"c0eb377b-0d07-4e50-aa9d-af350c2efbbd","creationDateTime":"2026-07-12T00:29:42.4483189Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["805c664a-3763-4c26-8491-7bc1c31bf4c4","c543f1dc-9ad6-4134-8576-30eca345088c"]},{"id":"426e94b9-5b13-4e13-9878-df91d152a310","feedbackId":"f36a1819-6b0c-4c59-87bf-a295238d0727","parentCommentId":null,"userId":"d0917655-f7fa-4a58-b59e-3b9bd51479ec","creationDateTime":"2026-07-12T00:29:42.4483189Z","lastModifiedDateTime":"2026-07-13T00:29:42.4483189+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