Relesys API Docs

v1.1

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

Fillings

Get Filling Feedback Comments
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/feedback/{feedbackId}/comments
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/feedback/{feedbackId}/comments
Get all comments related to the specified feedback for a filling.
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
serviceFormId string / guid required
formId string / guid required
fillingId string / guid required
feedbackId string / guid required
Query String
creationDateTime datetimeoffset Filterable Sortable 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":"b04ae755-85db-4758-93e7-511cfc8bfa8f","parentCommentId":"97de1d7b-cff1-472f-8123-e552e5e1a0a3","creationDateTime":"2026-03-13T17:26:34.1086939+00:00","lastModifiedDateTime":"2026-03-14T17:26:34.1086939+00:00","userId":"cbf345f6-c469-47f1-816f-d3ca613a44a4","value":"Feedback comment example 1","mediaIds":[]},{"id":"62bc13eb-76bb-4150-856d-8176f7b07be2","parentCommentId":null,"creationDateTime":"2026-03-13T17:26:34.1086939+00:00","lastModifiedDateTime":null,"userId":"7e0a02af-89cc-4b8b-8aa9-9c560d8c254b","value":"Feedback comment example 2","mediaIds":[]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   mediaIds array[string / guid]      
   parentCommentId string / guid      
   userId string / guid      
   value string      
  nextUrl string      
  previousUrl string