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":"e7219d19-6f70-4533-b68c-e7a2908b5bd5","feedbackId":"4aafe7ed-648f-47b9-a258-81abe8d7b123","parentCommentId":"76721dfc-fdb3-4f30-9b30-ece1ad5a281c","userId":"49f62c26-cd61-4917-a687-8341ca729035","creationDateTime":"2026-06-06T16:08:49.1053085Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["abb9e485-8c26-42d9-bb2a-973befab5bf3","85e09132-0be4-4f36-a656-523b5b241b37"]},{"id":"35870762-aff2-4e33-9e78-902d202d5f24","feedbackId":"72ce8200-f414-4b82-ab12-04e023350748","parentCommentId":null,"userId":"b10dc838-58c9-463c-8345-9f9ad485a179","creationDateTime":"2026-06-06T16:08:49.1053085Z","lastModifiedDateTime":"2026-06-07T16:08:49.1053085+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