Relesys API Docs

v1

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

Filling Comments

Get Filling Comments
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/comments
https://api.relesysapp.net/api/v1/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":"4461aff1-cfcc-494f-83f5-cf9322a86ccc","fillingId":"a1a01a82-4fef-4300-b0b8-5c1adafa882e","value":"Comment example 1","creationDateTime":"2026-05-14T15:49:17.6234677+00:00","lastModifiedDateTime":"2026-05-15T15:49:17.6234677+00:00","userId":"9d2e6064-3dd4-4b4f-b792-b64bc6782c45","mediaIds":["9cadcc53-2115-4d7d-8229-d8bf0f2f59c4","2f0ba8d5-d8e7-4a36-ba56-d565495e1098"]},{"id":"504cd024-c4c8-409c-b6b6-502aadaf984e","fillingId":"5ebe71fb-b416-40f2-982a-f9c15b52b6d6","value":"Comment example 2","creationDateTime":"2026-05-14T15:49:17.6234677+00:00","lastModifiedDateTime":null,"userId":"8e1b573a-9756-45f6-8451-f0bcf98c9d1c","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