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":"37c3367b-ab3d-406e-89fb-9316d83155f2","feedbackId":"86760ece-b9ae-48b6-9ca7-695e875aa8c3","parentCommentId":"9887fc4c-31bb-4346-b72c-afac3bae7d7f","userId":"fb19bbfa-380c-443a-a3b6-05edbae96f66","creationDateTime":"2026-01-09T22:47:06.4269587Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["50721b53-d236-4da7-beeb-441b75500ccb","3c21ba6e-c2eb-47de-b78b-0899e5b9dd20"]},{"id":"e8c653f0-5442-413e-b50b-c77738e80280","feedbackId":"23613dd0-f18d-4e61-8d7d-5e9f7cb694ac","parentCommentId":null,"userId":"d249b69f-a6ff-4ee2-a3ab-e9dbbfdc75d7","creationDateTime":"2026-01-09T22:47:06.4269587Z","lastModifiedDateTime":"2026-01-10T22:47:06.4269587+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