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":"d33e4307-ae5d-49c2-9f23-9d5a7685ce6a","feedbackId":"1a3e8ef7-3e9b-4bb2-a416-f4b75944ed30","parentCommentId":"de54e876-0c87-4142-a382-0acd17da34ef","userId":"03fd3089-7db0-4f11-8dd3-b81db6698ef5","creationDateTime":"2026-01-30T07:50:54.1103971Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["6cb2d852-b993-43f3-811e-ccab0f1d27db","37836f9a-3de5-4e45-a297-ab48520d6230"]},{"id":"d0fe7d75-9e11-4824-9876-24b79e30647e","feedbackId":"31f08c55-e94e-4ed3-a91f-0e42e5ca330b","parentCommentId":null,"userId":"bacc23b9-18a0-49a7-badb-01175058ea98","creationDateTime":"2026-01-30T07:50:54.1103971Z","lastModifiedDateTime":"2026-01-31T07:50:54.1103971+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