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":"916fe65b-1b6c-49b7-983f-7f6405fcb7a9","feedbackId":"65dedf3d-fff1-4646-866b-5630eeaac2ee","parentCommentId":"d6829a2a-da6a-4c80-aecc-24392801ea41","userId":"e6c0dfd6-a1a9-4335-9df2-d11aac8eb317","creationDateTime":"2026-08-01T09:01:12.4646511Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["be54ef86-8c4e-476e-9d69-1ae3cc82dd5a","42a50a57-aabf-4c3c-bb1f-f87a4a8fc0bb"]},{"id":"51e3b57b-0513-4c24-904a-2f34e1372f7d","feedbackId":"b9e657cf-ed0c-4c04-be71-f10c7e62d56f","parentCommentId":null,"userId":"405bc82b-5144-4cb3-ad6e-17783df87b5d","creationDateTime":"2026-08-01T09:01:12.4646511Z","lastModifiedDateTime":"2026-08-02T09:01:12.4646511+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