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
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":"6f14b402-a631-4f43-9f48-d3429468ef6c","fillingId":"9b56d6f8-dcab-4f08-8b7f-6c7a9a591369","value":"Comment example 1","creationDateTime":"2025-12-13T06:14:52.7563987+00:00","lastModifiedDateTime":"2025-12-14T06:14:52.7563987+00:00","userId":"dfc8f6fe-a751-49cd-9f25-8c7e9674ee19","mediaIds":["09e8799a-25fd-48fd-818d-91761ed7ed83","94724aae-2548-4c91-a9ba-b1e64a15f41b"]},{"id":"09076b58-be73-47f3-a72a-ea8252cdb963","fillingId":"1d3743cb-70f8-4222-824e-8c35435b1b15","value":"Comment example 2","creationDateTime":"2025-12-13T06:14:52.7563987+00:00","lastModifiedDateTime":null,"userId":"34a81ae3-4f38-4879-99b9-2b262efa87f5","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