Relesys API Docs

v1.1

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

Filling Comments

Get Filling Comments
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/comments
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/comments
Get a list of comments for the filling with ID fillingId
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
Query String
creationDateTime datetimeoffset Filterable Sortable optional
fillingId string / guid Filterable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
type string Filterable Sortable 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":"054840f2-f88d-43af-85f5-ef5c82f51ce0","fillingId":"b9a52a43-cab6-4fed-8658-e0bdb9df8868","value":"Comment example 1","creationDateTime":"2025-09-10T21:45:53.6151572+00:00","lastModifiedDateTime":"2025-09-11T21:45:53.6151572+00:00","userId":"6a5913a1-8424-4fd3-a1c1-9a44cbc67716","mediaIds":["0870fe22-a935-42e1-98eb-3c6b6c018d1a","53b585c9-4638-4c04-b29d-f8863cc6e9b9"]},{"id":"59d5a127-0c0d-4588-bca8-884c004ad0bf","fillingId":"a8e285b8-f76f-4396-81cb-3dc13f3fa087","value":"Comment example 2","creationDateTime":"2025-09-10T21:45:53.6151572+00:00","lastModifiedDateTime":null,"userId":"7fd05df8-900e-40d6-bf04-8988a24d5c4f","mediaIds":[]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   mediaIds array[string / guid]      
   userId string / guid      
   value string      
  nextUrl string      
  previousUrl string