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":"0a7e776a-3b24-4e87-8eee-a7eb6797832f","fillingId":"acd7fbcc-0c55-4914-9627-759b94050ccc","value":"Comment example 1","creationDateTime":"2026-06-06T14:49:12.557303+00:00","lastModifiedDateTime":"2026-06-07T14:49:12.557303+00:00","userId":"00370465-8cf7-42a1-8b34-af3413df4c60","mediaIds":["f57973b1-1638-4036-a08c-d33db3eb7fbb","7353caa0-07fa-49f6-93a7-288f65eda486"]},{"id":"4d4f72f8-edb0-4e60-9de5-dc8e4d1ed370","fillingId":"03219d32-034b-470d-b0b9-627b36dcf8f7","value":"Comment example 2","creationDateTime":"2026-06-06T14:49:12.557303+00:00","lastModifiedDateTime":null,"userId":"f6b1e4ab-50a5-424a-a1fc-0d5a3fd05ce1","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