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":"9aa0d69f-6e09-4780-ae46-234ebec9fde2","feedbackId":"f867671e-0402-4525-83f7-0a90d65be466","parentCommentId":"167d6239-e7fe-410d-b3d6-a669b461a1a2","userId":"d9f85d12-ef43-4f73-9fab-9fcf6ac2e0e2","creationDateTime":"2026-01-30T06:26:38.0563702Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["11231e55-2bce-4995-8e2c-536e80f990e6","94d9b68b-ace4-4c9d-a24a-86e823dc9236"]},{"id":"eba88069-7175-4c8d-a3f3-a2f288cf6fca","feedbackId":"4d791124-6efc-4320-b79f-a3ee3200e600","parentCommentId":null,"userId":"2523d2ea-e185-4e65-a7eb-e7d37191587c","creationDateTime":"2026-01-30T06:26:38.0563702Z","lastModifiedDateTime":"2026-01-31T06:26:38.0563702+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