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":"57d465d1-6796-47c6-9147-5382f9661463","feedbackId":"b842dc84-ad41-499f-ae3a-be5cba5f84fd","parentCommentId":"ec20bb0f-e77d-40ed-974b-aac08a76b994","userId":"c68eba5d-0bfc-4095-8cf7-00093a90162a","creationDateTime":"2025-06-12T17:07:20.0867291Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["78201d03-2eb2-4228-b70f-3f89ca220ed1","4f4c1953-97e1-4d53-b28a-d15968068c8e"]},{"id":"b6042744-6c09-48a2-8b6d-ee415072dc1a","feedbackId":"36145499-4f0c-4b23-96d2-02ae25882ec4","parentCommentId":null,"userId":"3a3d1898-81ff-4b2e-be89-67bab638006f","creationDateTime":"2025-06-12T17:07:20.0867291Z","lastModifiedDateTime":"2025-06-13T17:07:20.0867291+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