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":"f82a48a4-b212-40ba-b684-9c3059bf544c","fillingId":"98c1875f-d7a6-45b0-aaaa-0a80e4bc580d","value":"Comment example 1","creationDateTime":"2026-01-30T06:26:33.0876814+00:00","lastModifiedDateTime":"2026-01-31T06:26:33.0876814+00:00","userId":"e1545c36-38c6-4df3-a83d-a0d8ffe2018f","mediaIds":["1f768ba5-a43f-476b-84df-ba2a456d16dc","d45ba7a3-ee35-4686-8e5e-e13e41d673f6"]},{"id":"841944f1-1f4b-4869-8d70-e9ba7709f0dd","fillingId":"259d80a0-f1e9-423e-b7ae-536e7b966ce1","value":"Comment example 2","creationDateTime":"2026-01-30T06:26:33.0876814+00:00","lastModifiedDateTime":null,"userId":"e1be3241-ff63-45a1-8386-d55aaec6c015","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