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":"9acd4e8b-4bef-4c2e-9f1d-c4d06dd49828","feedbackId":"659c0a77-9df3-433d-8ae8-657ee86a6b73","parentCommentId":"aa9b0419-cef0-4f6e-afde-4b128b94025e","userId":"d99b8436-cf78-4112-bf97-e28ac76267ca","creationDateTime":"2026-08-30T02:18:58.386797Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["1bd174ff-8fa9-4dfe-aea3-42b09a5c5c84","459507aa-6bfd-4483-ae0b-a4fd82b609bb"]},{"id":"3df392d6-60a6-491d-80eb-5d4e177fdd2e","feedbackId":"8f924642-3f6b-4750-8f40-335f0195612d","parentCommentId":null,"userId":"a9ff91ab-e8e2-4283-8565-3cd0ea0b77f8","creationDateTime":"2026-08-30T02:18:58.386797Z","lastModifiedDateTime":"2026-08-31T02:18:58.386797+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