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
value string Sortable 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":"5bc46c76-2875-4b7c-9726-b93550393d8b","fillingId":"173a5837-3222-4eee-803d-1472ee3027e5","value":"Comment example 1","creationDateTime":"2026-09-22T09:57:40.1441924+00:00","lastModifiedDateTime":"2026-09-23T09:57:40.1441924+00:00","userId":"da04e3d0-783b-47a2-82a2-035b62ff23ac","mediaIds":["d6c08afa-51ad-4f74-9945-ec3b451dcda9","c942be49-7aee-4db3-b39b-4442945e2414"]},{"id":"fda622a5-cb77-4d15-ab57-6f4a49e25eb8","fillingId":"feb5293a-decb-4a9c-aa75-5c9a0baa30e4","value":"Comment example 2","creationDateTime":"2026-09-22T09:57:40.1441924+00:00","lastModifiedDateTime":null,"userId":"81489943-92f4-43d5-8358-5dc23b7e9375","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