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":"c528a956-27be-4916-a768-484ff0e9fed3","feedbackId":"5e1fd712-6fc7-4a56-8ba4-dc6c36929a89","parentCommentId":"77a8d6ec-5ea9-409b-a5a3-474d718effb6","userId":"bdfb97aa-8e11-469b-8a27-adfc35045701","creationDateTime":"2026-02-19T20:56:46.6951927Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["1eb20466-1476-4bb7-ba91-419e298bf186","a89ff293-0aed-42ab-8020-9c9b7d2edb9c"]},{"id":"91e8765a-251b-45d0-b123-667d42bac469","feedbackId":"6926c300-6d3d-4ca8-9da5-eb9a5a519df7","parentCommentId":null,"userId":"ff5e9704-6322-41ea-9bc5-ead73b7ea34a","creationDateTime":"2026-02-19T20:56:46.6951927Z","lastModifiedDateTime":"2026-02-20T20:56:46.6951927+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