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":"27953174-94a6-4a81-ae3a-4a4fedb52a76","feedbackId":"0d564d47-1afe-47e4-a932-dffe3c6bbd38","parentCommentId":"d78b524b-6637-4526-9fb4-65cf87d0cc81","userId":"425ad139-cce5-4199-84ae-4970999daf7f","creationDateTime":"2025-12-11T11:20:34.5987615Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["50036f64-44d9-40c2-8d8e-59744b1e1230","18582bb3-d784-43d6-90cf-4376d58a65b5"]},{"id":"b544aac7-3e21-46ae-bd54-2b3f3c5d0355","feedbackId":"c3e10ee0-e7ca-4f05-992c-d2ff199f8eda","parentCommentId":null,"userId":"d8126d52-f468-41ea-8cfe-056715da5858","creationDateTime":"2025-12-11T11:20:34.5987615Z","lastModifiedDateTime":"2025-12-12T11:20:34.5987615+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