Relesys API Docs

v1

https://api.relesysapp.net/api/v1

Answers

Get Answer Feedback Comments
GET /serviceforms/{serviceFormId}/forms/{formId}/answers/{answerId}/feedback/{feedbackId}/comments
https://api.relesysapp.net/api/v1/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":"99323a13-b9ee-4c51-96cd-ee7722c18214","feedbackId":"9dbdedb5-2a46-4085-b906-881736892caf","parentCommentId":"5a1d89d4-1e23-4677-a2c1-ca9d04d8965d","userId":"1b4b0e0c-4825-44c4-9cfc-03fc5c02dbd3","creationDateTime":"2025-12-13T02:00:14.8784582Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["7235a059-e7a8-4007-b62a-71aebd6b77e5","7f8de0f3-a7c8-450d-aeb3-e0add2595e8c"]},{"id":"b6477a3a-aa33-452f-850b-5101e88249ce","feedbackId":"9b6899a3-5bf3-4eeb-99c4-6c47a8dd735d","parentCommentId":null,"userId":"ad11b819-6ce2-449b-b771-3f438cb2b811","creationDateTime":"2025-12-13T02:00:14.8784582Z","lastModifiedDateTime":"2025-12-14T02:00:14.8784582+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