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":"3b00e23f-b1ce-432d-baa1-99356bb87ae2","feedbackId":"c47f6b83-1b43-4b0a-8caa-6441c5e24b78","parentCommentId":"23029394-cfae-45d8-9573-b9dafdac14a5","userId":"bb9ded08-3727-4369-a91e-17fcc86958d4","creationDateTime":"2026-03-13T19:01:24.1749092Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["8cc28a2b-f896-4394-be30-26cf20cc114c","b22a2d4f-ce5f-4525-bbfa-66a67c9cab45"]},{"id":"0f51356a-be42-4dfe-bd86-3e6f92d5ed2f","feedbackId":"3ac2b744-cefc-4a28-b63b-5db6fc355373","parentCommentId":null,"userId":"c3e62587-ed5d-44e5-b1f0-3734e0393763","creationDateTime":"2026-03-13T19:01:24.1749092Z","lastModifiedDateTime":"2026-03-14T19:01:24.1749092+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