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":"3d929177-daad-47c5-b747-6d345ea7a394","fillingId":"9aac1c11-f464-44ef-bf63-fa10121cb746","value":"Comment example 1","creationDateTime":"2026-03-13T17:22:28.0224517+00:00","lastModifiedDateTime":"2026-03-14T17:22:28.0224517+00:00","userId":"a9a684c9-d1b7-40bc-ace1-bacfac107aec","mediaIds":["8c00f431-6ad9-4334-bad2-fcd78dec1f25","75f90215-4ec9-4870-b26c-eeb6cfe2f574"]},{"id":"cdb41ad8-9d2a-4d9e-92b8-3ba583d29b22","fillingId":"358af8c7-f28e-4cc2-9f49-9fdde10dcaca","value":"Comment example 2","creationDateTime":"2026-03-13T17:22:28.0224517+00:00","lastModifiedDateTime":null,"userId":"9194adc9-0f8b-41b8-a03f-ae98aa10a80c","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