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":"d66e7120-9cb0-4b3f-be41-cae71d8d1e2c","feedbackId":"7881119f-b9fe-4704-a2a1-1cd4c5a7f4ea","parentCommentId":"f0d01a3b-619a-493b-b687-02c7ab29ca22","userId":"59ee122a-9a1b-4274-8db9-56d3ccd3f40d","creationDateTime":"2025-11-21T00:52:33.6764925Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["122b50c9-ae1a-4981-a0ce-0595d0a62209","4c9619e9-78c7-4373-90d5-f8e49028d2d2"]},{"id":"6e83e996-ebcc-41e3-afbc-aadc8898521a","feedbackId":"f7aa1f94-78e5-4a27-9d58-aa16b3af3fc2","parentCommentId":null,"userId":"cda0cd82-414d-4b4c-a867-60803ab387d3","creationDateTime":"2025-11-21T00:52:33.6764925Z","lastModifiedDateTime":"2025-11-22T00:52:33.6764925+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