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":"fb1dc2a5-50a2-484b-bfb1-772911a2cf38","fillingId":"7c779f45-aa3d-46ce-a51b-2d20be8f8255","value":"Comment example 1","creationDateTime":"2026-01-30T07:49:33.6096195+00:00","lastModifiedDateTime":"2026-01-31T07:49:33.6096195+00:00","userId":"83123ac2-ae52-469c-9a62-4bdfac6ec123","mediaIds":["31ea4c9d-6d0a-4d18-8d81-7be84dcc6ad1","bf7db888-95ec-4491-8aaa-0d2c7c158d4a"]},{"id":"6da10d5c-a74a-4973-84f0-fc102317005f","fillingId":"673f31b3-a821-47b0-a435-9c961f79b8ff","value":"Comment example 2","creationDateTime":"2026-01-30T07:49:33.6096195+00:00","lastModifiedDateTime":null,"userId":"ad824fec-6f75-441a-be60-3626841a0568","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