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":"9dd7eb9d-bf22-4531-b7af-a43b89c2bdee","feedbackId":"ca1993fc-3c48-4fec-8cbc-dab834624b21","parentCommentId":"e6edfe8e-8340-47b9-b261-bec0ef7688dd","userId":"105d5fcd-ba51-4a86-81bc-50c00a87c9e3","creationDateTime":"2026-06-06T14:50:10.822455Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["72a6e4af-9d5e-442d-b9e5-9842fba01885","da0b8c54-f72e-4db5-a60c-ff093b7e14f5"]},{"id":"c4d5c359-84ff-48bb-a022-2a0793e35ea2","feedbackId":"dea8f619-4419-4d80-8406-2769295b1680","parentCommentId":null,"userId":"79104187-c0e6-4faa-994b-ee2c4570a0c1","creationDateTime":"2026-06-06T14:50:10.822455Z","lastModifiedDateTime":"2026-06-07T14:50:10.822455+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