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":"49d10710-731f-4a91-90ac-0d1743fd0249","feedbackId":"41af5405-2a3d-46d4-85ab-dc93512b3fdd","parentCommentId":"620fe1b8-35ca-43bc-9e1c-b06d56a13c11","userId":"ba962023-02a5-46b2-9999-04c98fd2c76c","creationDateTime":"2026-09-22T09:57:49.2650451Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["854bf657-bc5e-41f1-ab78-bd1eef1e7bfb","572830a5-6ff8-4986-a2df-9d0e6fc4dfc2"]},{"id":"a1005c96-f4ba-48b6-ac7e-fc00ae4d9758","feedbackId":"5665d3b2-0d5c-4bf0-ab1c-b2d2dcde634f","parentCommentId":null,"userId":"90c14750-2a46-4d5e-8f1b-9c127a3715e1","creationDateTime":"2026-09-22T09:57:49.2650451Z","lastModifiedDateTime":"2026-09-23T09:57:49.2650451+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