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":"72574535-6410-48d8-aaf8-39be08c77284","feedbackId":"98a2746c-6596-4601-8425-e3085e090734","parentCommentId":"cf8c72ce-cbde-41e6-848b-cceb2ddffa6f","userId":"9409c719-0c7c-48fc-9cca-1c0321362269","creationDateTime":"2025-10-26T18:51:56.3713941Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["51680192-6b5c-4ad7-b909-2b1aebe14f2f","d48950b8-3bbb-4608-81ec-bf5a8e0842a9"]},{"id":"f25254db-ba8b-4487-a1da-499d5ea7068a","feedbackId":"b5159925-dadd-480e-80eb-0ab69b93c123","parentCommentId":null,"userId":"54485903-91c5-4196-969e-106511634641","creationDateTime":"2025-10-26T18:51:56.3713941Z","lastModifiedDateTime":"2025-10-27T18:51:56.3713941+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