Relesys API Docs

v1

https://api.relesysapp.net/api/v1

Answers

Get Answer Feedback Comments
GET /serviceforms/{serviceFormId}/forms/{formId}/answers/{answerId}/feedback/{feedbackId}/comments
https://api.relesysapp.net/api/v1/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":"2593e4cc-011a-47d7-9538-75f14faefc61","feedbackId":"1d3c16e1-f4df-4f39-ae4b-8e02d4252083","parentCommentId":"71235018-c09d-4df8-8d2d-c3bf0894c5e8","userId":"7a9d75ea-aa36-4a77-a5d2-14e04ce79aff","creationDateTime":"2026-05-14T15:49:55.0960226Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["00102bb2-af86-47b9-8a1b-1c2cbc09560d","884a964e-bb7a-4ee7-a7ff-c1b06a185260"]},{"id":"6a7cc5c2-ef68-4c8a-b684-b821d3cc7c0a","feedbackId":"07ce3150-809c-41c6-a846-736b6c63f3ba","parentCommentId":null,"userId":"b9b64b9d-9fdc-492f-9e74-a3502bb97ab4","creationDateTime":"2026-05-14T15:49:55.0960226Z","lastModifiedDateTime":"2026-05-15T15:49:55.0960226+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