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":"a941b964-c634-4f05-b1f6-0adff18ab5e6","feedbackId":"7ad84241-6d9a-429a-b721-b3d32d9d11c2","parentCommentId":"552db3cb-3a47-468c-94f4-7b7ed5a093cc","userId":"3f005817-6a89-45da-8d93-ae85e72edcc9","creationDateTime":"2025-07-28T20:34:34.2700399Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["94e29dec-bb75-404e-a9ee-9c788bd75c95","9dc60c12-9cf6-4473-ad60-5510807b412b"]},{"id":"f3494557-462c-40ac-a0d8-b8f5049508de","feedbackId":"70317166-ecc9-4d72-bd2f-642918ce2ee0","parentCommentId":null,"userId":"8af441f1-f28a-41fe-893f-049d5c33bccd","creationDateTime":"2025-07-28T20:34:34.2700399Z","lastModifiedDateTime":"2025-07-29T20:34:34.2700399+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