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":"22a9bdcb-bf7b-4eee-9857-a92acaeae844","feedbackId":"53c0d968-03d3-4515-a431-1da8801b5f45","parentCommentId":"525541bf-5c3b-4dc9-9c48-ef8e438c742e","userId":"f4029d7b-e43d-4f9c-b07c-cefec91abb5e","creationDateTime":"2026-08-30T03:26:58.041327Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["7a687fb0-5253-4d14-b536-09e8bf4504cd","c37fb631-72fd-48de-8720-948cf692132f"]},{"id":"63942cdf-13da-4f31-a65d-b717c8b934c4","feedbackId":"76c0541f-8e7b-4308-84fc-f2a13dd3813f","parentCommentId":null,"userId":"cd771bb5-0e65-45aa-beb5-ad5c3d77a7f1","creationDateTime":"2026-08-30T03:26:58.041327Z","lastModifiedDateTime":"2026-08-31T03:26:58.041327+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