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":"a0b6e5db-b7c3-4530-8530-d682a314423a","feedbackId":"94f1618e-f9d8-4dee-8220-da81d6167176","parentCommentId":"6c2a0131-c7f9-4a90-9d91-1df1d4803e63","userId":"dedd681a-5490-4480-bbf2-2ce0f3836c09","creationDateTime":"2024-10-03T23:50:29.5563666Z","lastModifiedDateTime":null,"value":"Answer feedback comment 1","mediaIds":["f6d0032c-0de2-4611-a9d8-e86e744e2d2f","546c24e6-b8a0-4115-a810-a8002488bda5"]},{"id":"9edc7d34-a080-4b43-bff5-c30347524fbb","feedbackId":"be8fde68-0568-4be5-b401-40eae391246e","parentCommentId":null,"userId":"3e61599d-a5b6-41a6-b9ce-4e6a6b62fe5e","creationDateTime":"2024-10-03T23:50:29.5563666Z","lastModifiedDateTime":"2024-10-04T23:50:29.5563666+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