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":"fa17ea02-5241-42e9-a3c5-4ed479ea6fd4","feedbackId":"98f49d40-1be1-43b4-b266-bf6f7e3e3eb7","parentCommentId":"a13a38ab-5ce5-411c-aabd-d71dd3137ae8","userId":"39141a07-a35f-4bd8-8cd6-7777cf7e4e3d","creationDateTime":"2026-04-24T07:47:26.5094866Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["ca5ab898-69ff-4cba-ba4a-c8f82c936f34","e23d4acc-b77c-4ab8-8b71-6f5d77247125"]},{"id":"27d2e65f-938d-4467-a1d0-3fe43debbfb8","feedbackId":"1498700a-c4dc-4451-8d2b-5e03dace28f4","parentCommentId":null,"userId":"f9aa5a18-a0f8-426a-af71-098766473291","creationDateTime":"2026-04-24T07:47:26.5094866Z","lastModifiedDateTime":"2026-04-25T07:47:26.5094866+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