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":"ae664921-b8fc-4f67-a782-d29a78cfd903","feedbackId":"e33bbc04-20a9-4f61-8e1f-9464420d2ce4","parentCommentId":"6ace1c0a-3ac4-4185-95a7-3cbdffbdcab6","userId":"1e807b8b-6519-40c1-9053-fd3aa497dd71","creationDateTime":"2025-08-19T03:07:29.694874Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["036c8af4-99a1-43ce-9c9f-fa45832fa7b6","8aae564a-5eb7-4921-b234-39cb0af338bc"]},{"id":"bfe38b32-1545-458d-9435-c489fa06ffab","feedbackId":"be114d36-cf3d-4dcc-8307-a4578e7cc51d","parentCommentId":null,"userId":"a1a465c4-05dc-4513-8022-f9e6de42654b","creationDateTime":"2025-08-19T03:07:29.694874Z","lastModifiedDateTime":"2025-08-20T03:07:29.694874+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