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":"75ebd231-e295-4f9f-a40c-1c374256a622","feedbackId":"e6c9b264-de5a-4404-b7cf-3460207090f4","parentCommentId":"a1677f4f-de17-4417-91af-0b9c1c013557","userId":"abf4fbd6-97fe-4822-93bd-0fa3e5b07dc4","creationDateTime":"2026-02-19T22:23:51.3928528Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["dd468c6c-9ea8-4a50-8dad-94042020a499","d6a02c7f-1ea8-4f61-8a63-6ce10294e1df"]},{"id":"55b2229d-554c-44a3-ae4d-4689c312e932","feedbackId":"1bd03565-0920-49cc-9531-2a1668dddd0d","parentCommentId":null,"userId":"c169b78a-cba5-42b0-8ff4-6080bef1acb7","creationDateTime":"2026-02-19T22:23:51.3928528Z","lastModifiedDateTime":"2026-02-20T22:23:51.3928528+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