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":"04e5a57f-a23a-45d2-a1bf-246a2aa08d02","feedbackId":"dfa8e959-0b2b-4f13-b20d-743c2c3ff5da","parentCommentId":"1a4ddcc1-3d95-404e-97d5-947b7e23e557","userId":"c3fcee04-d9f7-4706-9039-7cd25672bcf3","creationDateTime":"2025-07-03T00:35:04.1042799Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["d55de8d9-4220-4296-bda1-b0c9462d3a29","075c10a9-c554-45e6-a927-18e5c4629a36"]},{"id":"feea0669-bdcf-4db6-8513-1cd98f068e84","feedbackId":"194e7359-af22-4d60-a576-02bfbcdb9801","parentCommentId":null,"userId":"10d02f0f-1e33-4687-b721-29b2a40128c0","creationDateTime":"2025-07-03T00:35:04.1042799Z","lastModifiedDateTime":"2025-07-04T00:35:04.1042799+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