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":"53015986-23cf-46e3-9eae-100077b8d116","feedbackId":"eedcb066-78a7-4ac4-8fb5-456864de3cc2","parentCommentId":"1a691757-efbd-474a-8519-7afbf372d8ba","userId":"4a44e8fd-7b96-4f5a-803f-8cbeaed5d224","creationDateTime":"2025-09-10T21:59:24.220815Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["60e9e2a8-9c9c-40ed-ae04-a8c5c13b9ce4","67405beb-ba76-4a7e-a45a-b7a578035126"]},{"id":"c6b160c1-8547-45ab-a864-755b61f6f9ad","feedbackId":"917c8584-8308-43c8-81f8-bdf2af8e14fb","parentCommentId":null,"userId":"98781d51-354e-44b4-a733-86e651e3ce1a","creationDateTime":"2025-09-10T21:59:24.220815Z","lastModifiedDateTime":"2025-09-11T21:59:24.220815+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