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":"d2d533ff-8535-497a-bf71-238adf6af144","fillingId":"b8c3b309-e857-4161-9399-0cae9bafa612","value":"Comment example 1","creationDateTime":"2026-05-14T16:24:50.3167909+00:00","lastModifiedDateTime":"2026-05-15T16:24:50.3167909+00:00","userId":"6c90e1ab-0947-48f1-bf6c-4c28c7f1e069","mediaIds":["50941db6-ccb9-49c0-890b-8f6421c476c4","8b810796-5964-4b01-9263-055315d6adf0"]},{"id":"ce75657d-fe47-4898-be84-074d92037e99","fillingId":"f0f94040-e72f-4b11-829d-e0b9b1fc4172","value":"Comment example 2","creationDateTime":"2026-05-14T16:24:50.3167909+00:00","lastModifiedDateTime":null,"userId":"01016772-d790-448d-9723-e49a46414ecc","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