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":"14ff60be-48f9-48af-8976-0843d068ca13","feedbackId":"2f20c2ef-971d-4e5e-b979-0dd10fa7a7bc","parentCommentId":"127f30b0-0338-441f-a6b0-42cf3b04779a","userId":"76816c34-c951-487d-8182-2eeeb229c688","creationDateTime":"2026-08-01T07:44:25.4800637Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["7043541f-d166-4643-a3fe-11fd42f665c2","526e647d-ec99-4a1c-9372-58fa84b44e5e"]},{"id":"b4af038c-af26-48a5-af7c-5ef00973c49e","feedbackId":"82e2bff8-9d31-4f41-bf98-48dac757a5a2","parentCommentId":null,"userId":"45877f05-467e-4e3d-afc8-bea0b87cd1ff","creationDateTime":"2026-08-01T07:44:25.4800637Z","lastModifiedDateTime":"2026-08-02T07:44:25.4800637+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