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":"6391b4a4-6875-46f3-b095-49c7cd4810be","feedbackId":"ff4763ee-1473-4420-b032-e7bb4c00a274","parentCommentId":"851be81c-a5a7-4b58-bbba-75385c7a8fc9","userId":"17b88f3d-7b2c-4df2-87e1-9fe0f0934b0f","creationDateTime":"2025-10-02T19:30:16.7468437Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["0d4e4207-fea3-4a63-8c34-87f0c5ec97ae","b2a7add8-c39b-4f72-8361-5a35078b9526"]},{"id":"27f0ee06-3371-4747-b951-cf1f6b9e9b8d","feedbackId":"02eeda8e-3245-40e0-a8ca-061b98215453","parentCommentId":null,"userId":"f963c221-326f-46fa-8224-2bb1b5eb2339","creationDateTime":"2025-10-02T19:30:16.7468437Z","lastModifiedDateTime":"2025-10-03T19:30:16.7468437+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