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":"405b76e4-65c0-41b6-8049-aa410747874e","fillingId":"7d7237ca-e67e-4367-9c97-d3b9c7f91e3a","value":"Comment example 1","creationDateTime":"2026-08-01T07:43:33.278233+00:00","lastModifiedDateTime":"2026-08-02T07:43:33.278233+00:00","userId":"d1b350bb-3686-400d-b44c-a8402197b0d4","mediaIds":["99caabfd-6a8a-4405-a264-21fb1a8d2597","cfcd8551-bfb5-46d5-b3ed-c004b41c7b92"]},{"id":"84757a0a-b13e-491a-8cb5-3a8676be5bc1","fillingId":"9e0643b8-5382-45a2-a316-dacf975e029d","value":"Comment example 2","creationDateTime":"2026-08-01T07:43:33.278233+00:00","lastModifiedDateTime":null,"userId":"57916838-f460-4080-a972-d9f72052ddfd","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