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":"c5147c76-612c-41cb-8db4-ed257f0e811c","fillingId":"1c8b516f-6a43-4354-9227-99b6b5c068a1","value":"Comment example 1","creationDateTime":"2025-08-18T17:01:45.5469339+00:00","lastModifiedDateTime":"2025-08-19T17:01:45.5469339+00:00","userId":"0d91750e-1f2d-4b98-9348-9bc40b0a9f67","mediaIds":["2f021217-fb67-482c-bd98-b9edb288f824","1c78f6f7-1df6-44ca-9751-b4301d6f7fdc"]},{"id":"9eca8a06-1d58-482a-b36e-1fb729681482","fillingId":"c58288c6-35cd-4386-bfca-cd029bd2beb3","value":"Comment example 2","creationDateTime":"2025-08-18T17:01:45.5469339+00:00","lastModifiedDateTime":null,"userId":"d75a0ea5-b55f-430d-b65a-fd950df7a8a1","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