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":"fcf24787-804a-4e04-aed1-135cb1448ae2","fillingId":"092d332d-602e-4f40-8e60-c026184f3580","value":"Comment example 1","creationDateTime":"2025-06-12T16:42:29.5004922+00:00","lastModifiedDateTime":"2025-06-13T16:42:29.5004922+00:00","userId":"7cecbe0b-0836-42fd-b43a-9d2a3351e24d","mediaIds":["728dfac2-32e8-4f0b-80e4-e3e63cc0705b","f2ddfb2d-2985-49f0-834c-b4ff11226533"]},{"id":"f5b56865-2059-4411-b56b-03e79f4991c0","fillingId":"84a356a3-2f1f-4f7f-8095-1d3a595940c2","value":"Comment example 2","creationDateTime":"2025-06-12T16:42:29.5004922+00:00","lastModifiedDateTime":null,"userId":"488c5d64-e4ce-4d04-9e8e-3d1ad6413fec","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