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":"73595a1f-230b-4754-aa84-27e239c21720","feedbackId":"d896dcc7-a9ca-4e6d-a9d8-01e192dd56d4","parentCommentId":"f2e0d884-5a6e-4f9f-9615-5590e3a522dd","userId":"f682b4d0-83ce-4a82-a7e2-d251f0518364","creationDateTime":"2026-03-13T17:28:45.80599Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["41c67b43-b91c-43ab-a3e1-90815423ad68","b666bdf2-e190-4272-9bf8-b31ed1e315ef"]},{"id":"70f7a574-03c5-4e45-96b0-70dd11050554","feedbackId":"746329af-acfd-43f7-b4ff-895695176acb","parentCommentId":null,"userId":"b3e50f81-e111-458a-b31b-563a717fef51","creationDateTime":"2026-03-13T17:28:45.80599Z","lastModifiedDateTime":"2026-03-14T17:28:45.80599+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